Enable saveplace
It saves point and mark for every file, and restores them upon reopen.
This commit is contained in:
parent
f4b6343928
commit
7be49e19ed
4
init.el
4
init.el
@ -418,3 +418,7 @@ Version 2016-02-16"
|
||||
; don’t really use it)
|
||||
(if (fboundp 'scroll-bar-mode) (scroll-bar-mode -1))
|
||||
(if (fboundp 'tool-bar-mode) (tool-bar-mode -1))
|
||||
|
||||
(require 'saveplace)
|
||||
(setq-default save-place t)
|
||||
(setq save-place-file (expand-file-name ".places" user-emacs-directory))
|
||||
|
Loading…
Reference in New Issue
Block a user