From 8900d882fca0521f4a11a25aeab7927a19c4088a Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Thu, 2 Feb 2023 09:53:47 +0100 Subject: [PATCH] UPDATE emacs config : remember and restore the last cursor location of file --- hosts/dell-5590/nixpkgs/configs/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/dell-5590/nixpkgs/configs/init.el b/hosts/dell-5590/nixpkgs/configs/init.el index 9b00eb5..8f281a8 100644 --- a/hosts/dell-5590/nixpkgs/configs/init.el +++ b/hosts/dell-5590/nixpkgs/configs/init.el @@ -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.