diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-12 10:13:28 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-12 10:13:28 +0200 |
| commit | 878cee886b8a939b822df9bed2ccb039551dcdc3 (patch) | |
| tree | 8da78d6c72e11d8a455bed33f120f866b30cb00a | |
| parent | 8438c007ab1845a554226996cf2fcc646745eeb0 (diff) | |
Save file navigation history
| -rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
