Skip to content

Commit

Permalink
fix(corfu): correct function name in the hook
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 1, 2023
1 parent dbfc114 commit 333ad2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ This depends on `+cape-hosts' and `+cape-global-capes'."
(use-package corfu
:straight t
:hook (minemacs-after-startup . global-corfu-mode)
:hook (eshell-mode . +corfu-less-intrusive-h)
:hook (eshell-mode . +corfu-less-intrusive)
:hook (minibuffer-setup . +corfu-enable-in-minibuffer-h)
:init
(add-to-list
Expand Down

0 comments on commit 333ad2e

Please sign in to comment.