From: alex Date: Sat, 29 Mar 2025 11:45:48 +0000 (+0100) Subject: Add save-place-mode X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=1c5a346dc0abe2efe4a1a3c5045beeaa33ead1e8;p=alex.git Add save-place-mode --- diff --git a/emacs/emacs.el b/emacs/emacs.el index 2bc0c76..5da96e4 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -7,6 +7,7 @@ (setq-default show-trailing-whitespace t) (setq org-startup-folded t) (xterm-mouse-mode 1) +(save-place-mode t) ;; From https://www.emacswiki.org/emacs/SmoothScrolling#h5o-8 (setq scroll-step 1) diff --git a/emacs/plan.org b/emacs/plan.org index 2f36f04..5b43b25 100644 --- a/emacs/plan.org +++ b/emacs/plan.org @@ -1,4 +1,3 @@ * Disable custom variables appending to config -* Remember last position in file * Helm/company alternatives * Magit