summaryrefslogtreecommitdiff
path: root/emacs/custom/my-settings.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom/my-settings.el')
-rw-r--r--emacs/custom/my-settings.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/my-settings.el b/emacs/custom/my-settings.el
index 40ecf48..a4cb1af 100644
--- a/emacs/custom/my-settings.el
+++ b/emacs/custom/my-settings.el
@@ -55,6 +55,7 @@
(add-hook 'after-init-hook 'midnight-mode)
+(customize-set-variable 'save-place-file (expand-file-name "var/places" user-emacs-directory))
(customize-set-variable 'save-place-forget-unreadable-files t)
(add-hook 'after-init-hook #'save-place-mode)