all repos — nixfiles @ e2bdfce5385f6c4fecb4a705064cae344df7c248

System and user configuration, managed by nix and home-manager

Emacs: Don’t configure save-place

Alan Pearce
commit

e2bdfce5385f6c4fecb4a705064cae344df7c248

parent

c10711346f2fd2625a367e46d6818d9979420d63

1 file 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