mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/ivy: remove unnecessary help remaps
This commit is contained in:
@ -56,8 +56,6 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||||||
[remap projectile-find-file] #'counsel-projectile-find-file
|
[remap projectile-find-file] #'counsel-projectile-find-file
|
||||||
[remap imenu-anywhere] #'ivy-imenu-anywhere
|
[remap imenu-anywhere] #'ivy-imenu-anywhere
|
||||||
[remap execute-extended-command] #'counsel-M-x
|
[remap execute-extended-command] #'counsel-M-x
|
||||||
[remap describe-function] #'counsel-describe-function
|
|
||||||
[remap describe-variable] #'counsel-describe-variable
|
|
||||||
[remap describe-face] #'counsel-describe-face)
|
[remap describe-face] #'counsel-describe-face)
|
||||||
|
|
||||||
;; Show more buffer information in switch-buffer commands
|
;; Show more buffer information in switch-buffer commands
|
||||||
|
Reference in New Issue
Block a user