Selaa lähdekoodia

Fix saveplace first load

master
10sr 4 vuotta sitten
vanhempi
commit
656d9b08d5
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. +5
    -1
      emacs.el

+ 5
- 1
emacs.el Näytä tiedosto

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



Ladataan…
Peruuta
Tallenna