diff options
Diffstat (limited to '.emacs.d/modules')
-rw-r--r-- | .emacs.d/modules/thanos-aesthetics.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/modules/thanos-aesthetics.el b/.emacs.d/modules/thanos-aesthetics.el index 4144d0e..c2e022b 100644 --- a/.emacs.d/modules/thanos-aesthetics.el +++ b/.emacs.d/modules/thanos-aesthetics.el @@ -91,6 +91,7 @@ ;; UI -- Vertico, consult, marginalia (vertico-mode) +(savehist-mode) (define-key global-map (kbd "C-x C-f") 'find-file) (define-key global-map (kbd "C-s") 'consult-line) (define-key global-map (kbd "C-x b") 'consult-buffer) |