mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Enable save-place-mode
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user