all repos — archive/dotfiles @ e2bdfce5385f6c4fecb4a705064cae344df7c248

Superseded by nixfiles

Emacs: Don’t configure save-place
Alan Pearce alan.pearce@spotcap.com
Fri, 29 Apr 2016 15:37:37 +0200
commit

e2bdfce5385f6c4fecb4a705064cae344df7c248

parent

c10711346f2fd2625a367e46d6818d9979420d63

1 files changed, 0 insertions(+), 11 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -589,17 +589,6 @@ :if (eq system-type 'darwin)     :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