This commit is contained in:
parent
f03cae68b3
commit
2ef1340e6c
28 changed files with 140 additions and 220 deletions
|
|
@ -108,9 +108,7 @@
|
|||
;; This only appears for emacs-lisp-mode
|
||||
("d" "Explain thing at point" helpful-at-point :if-mode emacs-lisp-mode)
|
||||
|
||||
;; These only appear for LSP mode
|
||||
("m" "LSP iMenu" lsp-ui-imenu
|
||||
:if (lambda () (bound-and-true-p lsp-mode)))
|
||||
("m" "iMenu" consult-imenu)
|
||||
|
||||
;; Finally, quit.
|
||||
("q" "Quit" keyboard-quit)]])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue