core-popups: remove debug line
This commit is contained in:
parent
200846ee35
commit
7e4efaabd4
1 changed files with 0 additions and 1 deletions
|
@ -273,7 +273,6 @@ properties."
|
||||||
(when (doom-popup-p)
|
(when (doom-popup-p)
|
||||||
(set-window-dedicated-p nil nil)
|
(set-window-dedicated-p nil nil)
|
||||||
(add-transient-hook! eshell-query-kill-processes :after
|
(add-transient-hook! eshell-query-kill-processes :after
|
||||||
(message "ding -- %s (%s)" (selected-window) (buffer-name))
|
|
||||||
(set-window-dedicated-p nil t)))
|
(set-window-dedicated-p nil t)))
|
||||||
(apply orig-fn args))
|
(apply orig-fn args))
|
||||||
(advice-add #'eshell-exec-visual :around #'doom*eshell-undedicate-popup))
|
(advice-add #'eshell-exec-visual :around #'doom*eshell-undedicate-popup))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue