diff options
author | Case Duckworth | 2022-01-31 17:26:45 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-31 17:26:45 -0600 |
commit | 1b881512d194aa53b3105bd5b3db56898d8bcebd (patch) | |
tree | c2953f3c573fa18ba25625ffd7e5a48b6b56d0c3 | |
parent | Add slack (diff) | |
download | emacs-1b881512d194aa53b3105bd5b3db56898d8bcebd.tar.gz emacs-1b881512d194aa53b3105bd5b3db56898d8bcebd.zip |
Add flyspell to vertico-multiform-categories
NOTE: this requires my fork of flyspell-correct that sets up the proper annotations to the completions.
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 78e271c..99fdc6a 100644 --- a/init.el +++ b/init.el | |||
@@ -1795,6 +1795,7 @@ See also `crux-reopen-as-root-mode'." | |||
1795 | ;; this alist. | 1795 | ;; this alist. |
1796 | vertico-multiform-categories '((file buffer grid) | 1796 | vertico-multiform-categories '((file buffer grid) |
1797 | (bookmark) | 1797 | (bookmark) |
1798 | (flyspell) | ||
1798 | (t flat))) | 1799 | (t flat))) |
1799 | (dolist (buf-cmd '(consult-find | 1800 | (dolist (buf-cmd '(consult-find |
1800 | consult-yank-pop | 1801 | consult-yank-pop |