diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/emacs.el | 1 | ||||
| -rw-r--r-- | emacs/plan.org | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index 2bc0c76b..5da96e45 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 2f36f046..5b43b251 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 |
