Activate save-place-mode when it loads

This commit is contained in:
Henrik Lissner 2020-05-14 01:00:12 -04:00
parent b1d9e39a8a
commit a239326165
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -293,7 +293,9 @@ possible."
`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'."
: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