From 3fc415cde2b8caf97f5b872b5ea361db31b32d23 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 14 Apr 2022 19:14:05 -0700 Subject: replace avy/counsel with vertico/consult --- emacs/custom/my-settings.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs/custom/my-settings.el') diff --git a/emacs/custom/my-settings.el b/emacs/custom/my-settings.el index 8e23039..7e6d15d 100644 --- a/emacs/custom/my-settings.el +++ b/emacs/custom/my-settings.el @@ -55,6 +55,10 @@ (server-running-p)) (server-start)) +(use-package savehist + :init + (savehist-mode)) + (use-package exec-path-from-shell :ensure t :if (memq window-system '(mac ns)) -- cgit 1.4.1