Przeglądaj źródła

Fix saveplace first load

master
10sr 4 lat temu
rodzic
commit
656d9b08d5
1 zmienionych plików z 5 dodań i 1 usunięć
  1. +5
    -1
      emacs.el

+ 5
- 1
emacs.el Wyświetl plik

@@ -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"))



Ładowanie…
Anuluj
Zapisz