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:
Henrik Lissner 2018-01-06 00:07:07 -05:00
parent 4b8315466b
commit 9e3682535a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 3 additions and 11 deletions

View file

@ -204,12 +204,3 @@ counsel-rg)."
(re-search-forward (ivy--regex ivy-text t) (line-end-position) t)
(run-hooks 'counsel-grep-post-action-hook)
(selected-window))))))
;;;###autoload
(defun +ivy-quit-and-resume ()
"Close the current popup window and resume ivy."
(interactive)
(when (doom-popup-p)
(doom/popup-close))
(ivy-resume))