dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit 663564b6d076131635b45a8839db20f73f8ace71
parent dfd5f15f053020c280047a31992e5ea138b90fec
Author: Lukas Henkel <lh@entf.net>
Date:   Mon, 25 Apr 2022 20:48:04 +0200

Enable save-place-mode

Diffstat:
Minit.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/init.el b/init.el @@ -247,6 +247,7 @@ '(read-file-name-completion-ignore-case t) '(reb-re-syntax 'string) '(ring-bell-function 'ignore) + '(save-place-mode t) '(scroll-conservatively 100) '(tab-always-indent 'complete) '(use-short-answers t)