summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-17 17:12:44 -0600
committerCase Duckworth2022-01-17 17:12:44 -0600
commit21d53603b1f9546aa04f92a788967193950206a9 (patch)
tree7f383485ae1323e4b48b22704ebe9e7360b83cca /init.el
parentOpen local HTML files with `browse-url' (diff)
downloademacs-21d53603b1f9546aa04f92a788967193950206a9.tar.gz
emacs-21d53603b1f9546aa04f92a788967193950206a9.zip
Add describe-symbol to vertico-multi-..
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
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)