We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2365b3f commit cb63c43Copy full SHA for cb63c43
lisp/init-minibuffer.el
@@ -44,7 +44,8 @@
44
(global-set-key [remap switch-to-buffer-other-frame] 'consult-buffer-other-frame)
45
(global-set-key [remap goto-line] 'consult-goto-line)
46
47
- (maybe-require-package 'embark-consult)))
+ (when (maybe-require-package 'embark-consult)
48
+ (require 'embark-consult))))
49
50
(when (maybe-require-package 'marginalia)
51
(add-hook 'after-init-hook 'marginalia-mode))
0 commit comments