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:
parent
5acd41de3d
commit
20c6246313
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ results buffer.")
|
||||||
[remap describe-face] #'counsel-faces
|
[remap describe-face] #'counsel-faces
|
||||||
[remap describe-function] #'counsel-describe-function
|
[remap describe-function] #'counsel-describe-function
|
||||||
[remap describe-variable] #'counsel-describe-variable
|
[remap describe-variable] #'counsel-describe-variable
|
||||||
|
[remap describe-symbol] #'counsel-describe-symbol
|
||||||
[remap evil-ex-registers] #'counsel-evil-registers
|
[remap evil-ex-registers] #'counsel-evil-registers
|
||||||
[remap evil-show-marks] #'counsel-mark-ring
|
[remap evil-show-marks] #'counsel-mark-ring
|
||||||
[remap execute-extended-command] #'counsel-M-x
|
[remap execute-extended-command] #'counsel-M-x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue