mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
General comment update
This commit is contained in:
@ -52,9 +52,9 @@
|
||||
(esup-mode :noesc)
|
||||
(tabulated-list-mode :noesc)))
|
||||
|
||||
;; There is no shackle-popup hook, so I hack one in
|
||||
;; There is no shackle-popup hook, so I created one:
|
||||
(advice-add 'shackle-display-buffer :around 'doom*popup-init)
|
||||
;; Tell these functions not to mess with popups
|
||||
;; Tell these functions not to mess with popups:
|
||||
(advice-add 'balance-windows :around 'doom*save-popup)
|
||||
(advice-add 'doom/evil-window-move :around 'doom*save-popup))
|
||||
|
||||
|
Reference in New Issue
Block a user