mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
core-popups: remove debug line
This commit is contained in:
@ -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))
|
||||||
|
Reference in New Issue
Block a user