diff options
Diffstat (limited to 'tag-emacs')
-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 |