diff options
author | Guangxiong Lin <[email protected]> | 2022-04-20 22:44:37 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-04-20 22:44:37 +0800 |
commit | a64a2d48e9bc4fc12745b07c08b6285b37becc76 (patch) | |
tree | b2486c1d2b4f5c5a81170863a38691c8f6cadf3f | |
parent | c70c0a7c16ab18658464f85c6bd167eed2a42e8c (diff) | |
download | dotfiles-a64a2d48e9bc4fc12745b07c08b6285b37becc76.tar.gz dotfiles-a64a2d48e9bc4fc12745b07c08b6285b37becc76.tar.bz2 dotfiles-a64a2d48e9bc4fc12745b07c08b6285b37becc76.zip |
Require consult (emacs)
-rw-r--r-- | .emacs.d/lisp/init-minibuffer.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el index 81030cd..32d5744 100644 --- a/.emacs.d/lisp/init-minibuffer.el +++ b/.emacs.d/lisp/init-minibuffer.el @@ -19,6 +19,7 @@ (lambda () (interactive) (vertico-previous (/ vertico-count 2))))) (when (gx/maybe-require-package 'consult) + (require 'consult) (when (gx/maybe-require-package 'projectile) (autoload 'projectile-project-root "projectile") (setq consult-project-function (lambda (_) (projectile-project-root)))) |