diff options
Diffstat (limited to 'extras/base.el')
-rw-r--r-- | extras/base.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extras/base.el b/extras/base.el index 295e76c..7f4dd1a 100644 --- a/extras/base.el +++ b/extras/base.el @@ -64,6 +64,8 @@ ;; Narrowing lets you restrict results to certain groups of candidates (setq consult-narrow-key "<")) +;; Embark: supercharged context-dependent menu; kinda like a +;; super-charged right-click. (use-package embark :ensure t :demand t @@ -112,7 +114,7 @@ :config (marginalia-mode)) -;; Popup completion-at-point +;; Corfu: Popup completion-at-point (use-package corfu :ensure t :init |