From 026f2e8bb56cbfa9f0504178eb70f87251b11ac7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr>
Date: Wed, 26 Feb 2025 00:19:56 +0100
Subject: [PATCH] Enable save-place-mode

---
 configuration.org | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configuration.org b/configuration.org
index 0a7f844..10d2bcb 100644
--- a/configuration.org
+++ b/configuration.org
@@ -151,6 +151,11 @@ Allow pressing only =y= instead of =yes= for fast answer to yes or no question
 (fset 'yes-or-no-p 'y-or-n-p)
 #+end_src
 
+Remember where I was last time I edited a file
+#+begin_src emacs-lisp
+(save-place-mode 1)
+#+end_src
+
 ** MacOS
 
 As I often use Emacs on MacOS, I need the right option (alt) key to behave *as* an option key and
-- 
GitLab