Remove third argument from doom/popup-close* fns
This commit is contained in:
parent
8f76e50242
commit
8c5deda9e3
3 changed files with 5 additions and 5 deletions
|
@ -159,10 +159,10 @@
|
|||
;; This prevents helm-ag from switching between windows and buffers.
|
||||
(defadvice helm-ag--edit-abort (around helm-ag-edit-abort-popup-compat activate)
|
||||
(cl-letf (((symbol-function 'select-window) 'ignore)) ad-do-it)
|
||||
(doom/popup-close nil t t))
|
||||
(doom/popup-close nil t))
|
||||
(defadvice helm-ag--edit-commit (around helm-ag-edit-commit-popup-compat activate)
|
||||
(cl-letf (((symbol-function 'select-window) 'ignore)) ad-do-it)
|
||||
(doom/popup-close nil t t))
|
||||
(doom/popup-close nil t))
|
||||
(defadvice helm-ag--edit (around helm-ag-edit-popup-compat activate)
|
||||
(cl-letf (((symbol-function 'other-window) 'ignore)
|
||||
((symbol-function 'switch-to-buffer) 'doom/popup-buffer))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue