From 51324345568942959fa6334b0d0e2db7a1206716 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 19 Jul 2017 20:46:39 +0100 Subject: [PATCH] Enable save-place-mode --- core/siren-editor.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)