diff options
author | Thanos Apollo <[email protected]> | 2023-09-09 13:44:32 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-09 13:44:32 +0300 |
commit | c9aeb15b9434b560c36c50dd84089e78fcb127b9 (patch) | |
tree | 2925f38992b04cc40e2fc82e2960e0c175dd229c /.emacs.d | |
parent | 9aa077707be0ed5dce56ab548199c5ca13b18e1b (diff) |
aesthetics.el: Add savehist-mode
Diffstat (limited to '.emacs.d')
-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) |