aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-completion.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-03-25 22:10:54 -0400
committerBardofSprites <[email protected]>2025-03-25 22:10:54 -0400
commit60b98850af5d14f6fd20110340381799cd92f66c (patch)
treef4144fd45587941a43b011644a66965bf44f755f /bard-emacs-modules/bard-emacs-completion.el
parent135c93d108681f1c444f9470de585480bf365eed (diff)
fix corfu init
Diffstat (limited to 'bard-emacs-modules/bard-emacs-completion.el')
-rw-r--r--bard-emacs-modules/bard-emacs-completion.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-completion.el b/bard-emacs-modules/bard-emacs-completion.el
index e0165c4..6245eac 100644
--- a/bard-emacs-modules/bard-emacs-completion.el
+++ b/bard-emacs-modules/bard-emacs-completion.el
@@ -55,7 +55,7 @@
(use-package corfu
:ensure t
- :hook (after-init . global-corfu-mode)
+ :init (global-corfu-mode)
;; I also have (setq tab-always-indent 'complete) for TAB to complete
;; when it does not need to perform an indentation change.
:bind (:map corfu-map ("<tab>" . corfu-complete))