From c9aeb15b9434b560c36c50dd84089e78fcb127b9 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 9 Sep 2023 13:44:32 +0300 Subject: aesthetics.el: Add savehist-mode --- .emacs.d/modules/thanos-aesthetics.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3