Minor refactors & comment revision

This commit is contained in:
Henrik Lissner 2019-12-06 17:16:34 -05:00
parent c8cfa31a1e
commit 996188250b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
9 changed files with 18 additions and 28 deletions

View file

@ -199,13 +199,6 @@ the command buffer."
(setq win (get-buffer-window (get-buffer (help-buffer)))))
(delete-window win))))
;; `helm-ag'
(defadvice! +popup--helm-pop-to-buffer-a (orig-fn &rest args)
:around #'helm-ag--edit
(pop-to-buffer
(save-window-excursion (apply orig-fn args)
(current-buffer)))))
;;;###package Info
(defadvice! +popup--switch-to-info-window-a (&rest _)