Activate save-place-mode when it loads
This commit is contained in:
parent
b1d9e39a8a
commit
a239326165
1 changed files with 3 additions and 1 deletions
|
@ -293,7 +293,9 @@ possible."
|
||||||
`pp' can be expensive for longer lists, and there's no reason to prettify cache
|
`pp' can be expensive for longer lists, and there's no reason to prettify cache
|
||||||
files, so we replace calls to `pp' with the much faster `prin1'."
|
files, so we replace calls to `pp' with the much faster `prin1'."
|
||||||
:around #'save-place-alist-to-file
|
:around #'save-place-alist-to-file
|
||||||
(letf! ((#'pp #'prin1)) (funcall orig-fn))))
|
(letf! ((#'pp #'prin1)) (funcall orig-fn)))
|
||||||
|
|
||||||
|
(save-place-mode +1))
|
||||||
|
|
||||||
|
|
||||||
(use-package! server
|
(use-package! server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue