summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-09-09 13:44:32 +0300
committerThanos Apollo <[email protected]>2023-09-09 13:44:32 +0300
commitc9aeb15b9434b560c36c50dd84089e78fcb127b9 (patch)
tree2925f38992b04cc40e2fc82e2960e0c175dd229c
parent9aa077707be0ed5dce56ab548199c5ca13b18e1b (diff)
aesthetics.el: Add savehist-mode
-rw-r--r--.emacs.d/modules/thanos-aesthetics.el1
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)