summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-04-29 15:37:37 +0200
committerAlan Pearce2016-04-29 15:37:37 +0200
commite2bdfce5385f6c4fecb4a705064cae344df7c248 (patch)
treed0a208e161eb16d323d00aa919083b7392c0a425 /tag-emacs
parentc10711346f2fd2625a367e46d6818d9979420d63 (diff)
downloaddotfiles-e2bdfce5385f6c4fecb4a705064cae344df7c248.tar.lz
dotfiles-e2bdfce5385f6c4fecb4a705064cae344df7c248.tar.zst
dotfiles-e2bdfce5385f6c4fecb4a705064cae344df7c248.zip
Emacs: Don’t configure save-place
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org11
1 files changed, 0 insertions, 11 deletions
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