mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
Remap describe-symbol
to counsel-describe-symbol
. (#4593)
* Remap `describe-symbol` to `counsel-describe-symbol` . "SPC h o" now uses `counsel-describe-symbol` instead of plain `helpful-symbol` (maybe with completion) to get input. * Remove counsel-describe-symbol-function change Co-authored-by: Henrik Lissner <henrik@lissner.net>
This commit is contained in:
@@ -184,6 +184,7 @@ results buffer.")
|
||||
[remap describe-face] #'counsel-faces
|
||||
[remap describe-function] #'counsel-describe-function
|
||||
[remap describe-variable] #'counsel-describe-variable
|
||||
[remap describe-symbol] #'counsel-describe-symbol
|
||||
[remap evil-ex-registers] #'counsel-evil-registers
|
||||
[remap evil-show-marks] #'counsel-mark-ring
|
||||
[remap execute-extended-command] #'counsel-M-x
|
||||
|
Reference in New Issue
Block a user