Enable save-place-mode

This commit is contained in:
2017-07-19 20:46:39 +01:00
parent 15e697c185
commit 5132434556

View File

@@ -24,9 +24,12 @@
;; Highlight current line globally
(global-hl-line-mode t)
;; delete the selection with a keypress
;; Delete the selection with a keypress
(delete-selection-mode t)
;; Save place in files
(save-place-mode 1)
;; Electric behavior
;; (electric-layout-mode t)