From a2393261658a2fc7ed9f4d4072d8fb409f6bb457 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 14 May 2020 01:00:12 -0400 Subject: [PATCH] Activate save-place-mode when it loads --- core/core-editor.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/core-editor.el b/core/core-editor.el index d4638d5c6..6b76ffa5b 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -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