diff --git a/core/siren-editor.el b/core/siren-editor.el index 85cf249..20d0494 100644 --- a/core/siren-editor.el +++ b/core/siren-editor.el @@ -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)