diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-14 19:14:05 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-14 19:14:05 -0700 |
commit | 3fc415cde2b8caf97f5b872b5ea361db31b32d23 (patch) | |
tree | b7fd46ee3cf22b82bb5288301220647562240b88 /emacs/custom/my-settings.el | |
parent | conf: configure CSS (diff) | |
download | emacs.d-3fc415cde2b8caf97f5b872b5ea361db31b32d23.tar.gz |
replace avy/counsel with vertico/consult
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-settings.el | 4 |
1 files changed, 4 insertions, 0 deletions
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)) |