Fix describe-(function|variable) and ivy-resume
describe-(function|variable) weren't remapped to their counsel variants, so ivy-resume wouldn't resume those sessions properly.
This commit is contained in:
parent
4b8315466b
commit
9e3682535a
3 changed files with 3 additions and 11 deletions
|
@ -645,7 +645,7 @@
|
|||
:n "]]" #'help-go-forward
|
||||
:n "o" #'ace-link-help
|
||||
:n "q" #'quit-window
|
||||
:n "Q" #'+ivy-quit-and-resume)
|
||||
:n "Q" #'ivy-resume)
|
||||
|
||||
(:after vc-annotate
|
||||
:map vc-annotate-mode-map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue