From e2bdfce5385f6c4fecb4a705064cae344df7c248 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 29 Apr 2016 15:37:37 +0200 Subject: Emacs: Don’t configure save-place --- tag-emacs/emacs.d/init.org | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 320c601..ba17630 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 -- cgit 1.4.1