diff options
author | Case Duckworth | 2022-01-17 17:12:44 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-17 17:12:44 -0600 |
commit | 21d53603b1f9546aa04f92a788967193950206a9 (patch) | |
tree | 7f383485ae1323e4b48b22704ebe9e7360b83cca | |
parent | Open local HTML files with `browse-url' (diff) | |
download | emacs-21d53603b1f9546aa04f92a788967193950206a9.tar.gz emacs-21d53603b1f9546aa04f92a788967193950206a9.zip |
Add describe-symbol to vertico-multi-..
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 4438393..e03e28f 100644 --- a/init.el +++ b/init.el | |||
@@ -1560,6 +1560,7 @@ See also `crux-reopen-as-root-mode'." | |||
1560 | (helpful-macro) | 1560 | (helpful-macro) |
1561 | (helpful-callable) | 1561 | (helpful-callable) |
1562 | (helpful-variable) | 1562 | (helpful-variable) |
1563 | (describe-symbol) | ||
1563 | (completion-at-point flat) | 1564 | (completion-at-point flat) |
1564 | (indent-for-tab-command flat) | 1565 | (indent-for-tab-command flat) |
1565 | (consult-buffer flat) | 1566 | (consult-buffer flat) |