Merge pull request #386 from UndeadKernel/fix_counsel-descbinds
Add 'counsel-descbinds' to councel defer commands.
This commit is contained in:
commit
3c36e7a767
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||
counsel-describe-function counsel-describe-variable
|
||||
counsel-describe-face counsel-M-x counsel-file-jump
|
||||
counsel-find-file counsel-find-library counsel-info-lookup-symbol
|
||||
counsel-imenu counsel-recentf counsel-yank-pop)
|
||||
counsel-imenu counsel-recentf counsel-yank-pop
|
||||
counsel-descbinds)
|
||||
:init
|
||||
(map! [remap apropos] #'counsel-apropos
|
||||
[remap bookmark-jump] #'counsel-bookmark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue