diff options
author | Alan Pearce | 2016-04-29 15:37:37 +0200 |
---|---|---|
committer | Alan Pearce | 2016-04-29 15:37:37 +0200 |
commit | e2bdfce5385f6c4fecb4a705064cae344df7c248 (patch) | |
tree | d0a208e161eb16d323d00aa919083b7392c0a425 /tag-emacs/emacs.d | |
parent | c10711346f2fd2625a367e46d6818d9979420d63 (diff) | |
download | nixfiles-e2bdfce5385f6c4fecb4a705064cae344df7c248.tar.lz nixfiles-e2bdfce5385f6c4fecb4a705064cae344df7c248.tar.zst nixfiles-e2bdfce5385f6c4fecb4a705064cae344df7c248.zip |
Emacs: Don’t configure save-place
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 320c6015..ba176300 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -589,17 +589,6 @@ An awesome way to open files on OS X. :config (setq spotlight-tmp-file "/tmp/.emacs-spotlight-tmp-file")) #+END_SRC -** saveplace - -It.. saves the position I visited a file at last. Might try turning -it off to see if I notice it. - -#+BEGIN_SRC emacs-lisp -(use-package saveplace - :config (progn (setq-default save-place nil) - (setq save-place-file (expand-file-name ".saveplace" user-emacs-directory)))) -#+END_SRC - ** Tramp Tramp is awesome. It makes SSH feel Unix-y. The proxy setup is so |