From c051c49aebe1d046cfb9260f9925d859d7084daa Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 10 Dec 2025 21:09:39 -0500 Subject: emacs: (init.el) Enable save-hist mode. --- .config/emacs/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index cd1279e..8deff07 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -46,6 +46,7 @@ use-short-answers t vc-follow-symlinks t completion-ignore-case t + save-place-mode t read-buffer-completion-ignore-case t) (setq-default tab-width 8) (add-to-list 'default-frame-alist '(alpha . (92 . 92))) -- cgit v1.2.3