summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2025-06-12 10:13:28 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2025-06-12 10:13:28 +0200
commit878cee886b8a939b822df9bed2ccb039551dcdc3 (patch)
tree8da78d6c72e11d8a455bed33f120f866b30cb00a /init.el
parent8438c007ab1845a554226996cf2fcc646745eeb0 (diff)
Save file navigation history
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index cf742d2..20e0e8c 100644
--- a/init.el
+++ b/init.el
@@ -29,6 +29,10 @@
(use-package no-littering) ; Move litter to separate dirs
+(save-place-mode 1) ; Remember last place visited in a file
+ ; NOTE: this might already be set by the better-defaults package
+ ; but I'm not 100% sure about it
+
(global-auto-revert-mode 1) ; Update files changed externally
(setq global-auto-revert-non-file-buffers t) ; Update dired when directory changes