mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
[bepo] tools/lsp: add t/s/C-t/C-s for lsp-ui-peek
Reference is 2491c8ed2c
This commit is contained in:
@ -109,6 +109,8 @@
|
|||||||
(general-translate-key '(normal motion) 'lispyville-mode-map
|
(general-translate-key '(normal motion) 'lispyville-mode-map
|
||||||
"«" "<"
|
"«" "<"
|
||||||
"»" ">"))
|
"»" ">"))
|
||||||
|
(after! lsp-ui
|
||||||
|
(doom-bepo-rotate-ts-bare-keymap '(lsp-ui-peek-mode-map)))
|
||||||
(after! org
|
(after! org
|
||||||
(defadvice! doom-bepo--org-completing-read (&rest args)
|
(defadvice! doom-bepo--org-completing-read (&rest args)
|
||||||
"Completing-read with SPACE being a normal character, and C-c mapping left alone."
|
"Completing-read with SPACE being a normal character, and C-c mapping left alone."
|
||||||
|
Reference in New Issue
Block a user