UPDATE emacs config : remember and restore the last cursor location of file

main
Alexandre LUCAZEAU 2023-02-02 09:53:47 +01:00
parent df700bb704
commit 8900d882fc
No known key found for this signature in database
GPG Key ID: 3C8ADB07A8217BD3
1 changed files with 3 additions and 0 deletions

View File

@ -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.