Skip to content

Commit

Permalink
fix(saveplace): enable before opening the first file [#142]
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 19, 2023
1 parent 396efdb commit 69aedcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ current line.")

(use-package saveplace
;; Save place in files
:hook (minemacs-first-file . save-place-mode)
:hook (minemacs-after-startup . save-place-mode)
:custom
(save-place-file (concat minemacs-local-dir "save-place.el")))

Expand Down

0 comments on commit 69aedcc

Please sign in to comment.