UPDATE emacs config : remember and restore the last cursor location of file
This commit is contained in:
parent
df700bb704
commit
8900d882fc
|
@ -61,6 +61,9 @@
|
|||
(setq history-length 25)
|
||||
(savehist-mode 1)
|
||||
|
||||
;; Remember and restore the last cursor location of opened files
|
||||
(save-place-mode 1)
|
||||
|
||||
;; Backup
|
||||
|
||||
(setq version-control t ;; Use version numbers for backups.
|
||||
|
|
Loading…
Reference in New Issue