소스 검색

Fix saveplace first load

master
10sr 4 년 전
부모
커밋
656d9b08d5
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      emacs.el

+ 5
- 1
emacs.el 파일 보기

@@ -1052,8 +1052,12 @@ Otherwize hook it."

;; save cursor position
(when (fboundp 'save-place-mode)
(autoload 'save-place-find-file-hook "saveplace")
(add-hook 'after-first-visit-hook
'save-place-mode))
'save-place-mode)
(add-hook 'after-first-visit-hook
'save-place-find-file-hook
t))
(set-variable 'save-place-file (concat user-emacs-directory
"places"))



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