Skip to content

Commit

Permalink
Unconditionally load corfu-popupinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jul 10, 2023
1 parent 5f1ef30 commit 9d80c30
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lisp/init-corfu.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
(setq-default corfu-quit-no-match 'separator)
(add-hook 'after-init-hook 'global-corfu-mode)

(when (featurep 'corfu-popupinfo)
(with-eval-after-load 'corfu
(corfu-popupinfo-mode)))


(with-eval-after-load 'corfu
(corfu-popupinfo-mode))

;; TODO: https://github.com/jdtsmith/kind-icon
)
Expand Down

0 comments on commit 9d80c30

Please sign in to comment.