소스 검색

Fix order

master
10sr 4 년 전
부모
커밋
b385bb2924
로그인 계정: 10sr GPG 키 ID: C384BB17CBB19347
1개의 변경된 파일14개의 추가작업 그리고 13개의 파일을 삭제
  1. +14
    -13
      emacs.el

+ 14
- 13
emacs.el 파일 보기

@@ -1129,6 +1129,20 @@ Otherwize hook it."
(add-hook 'after-save-hook
'executable-make-buffer-file-executable-if-script-p)


(when (fboundp 'smart-revert-on)
(smart-revert-on))

;; autosave
;; auto-save-visited-mode can be used instead?
;; (when (require 'autosave nil t)
;; (autosave-set 8))


;; bookmarks
;; Bookmark feature does not work well with multiple emacs instances...

;; (define-key ctl-x-map "m" 'list-bookmarks)
(set-variable 'bookmark-default-file
(expand-file-name (concat user-emacs-directory
"bmk")))
@@ -1156,19 +1170,6 @@ Otherwize hook it."
(add-to-list 'recentf-exclude
(regexp-quote bookmark-default-file)))

(when (fboundp 'smart-revert-on)
(smart-revert-on))

;; autosave
;; auto-save-visited-mode can be used instead?
;; (when (require 'autosave nil t)
;; (autosave-set 8))


;; bookmarks

;; (define-key ctl-x-map "m" 'list-bookmarks)

;; vc

(set-variable 'vc-handled-backends '(RCS))


불러오는 중...
취소
저장