aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-20 22:44:37 +0800
committerGuangxiong Lin <[email protected]>2022-04-20 22:44:37 +0800
commita64a2d48e9bc4fc12745b07c08b6285b37becc76 (patch)
treeb2486c1d2b4f5c5a81170863a38691c8f6cadf3f /.emacs.d
parentc70c0a7c16ab18658464f85c6bd167eed2a42e8c (diff)
downloaddotfiles-a64a2d48e9bc4fc12745b07c08b6285b37becc76.tar.gz
dotfiles-a64a2d48e9bc4fc12745b07c08b6285b37becc76.tar.bz2
dotfiles-a64a2d48e9bc4fc12745b07c08b6285b37becc76.zip
Require consult (emacs)
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-minibuffer.el1
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))))