mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
Merge pull request #2309 from dsdshcym/org-popup-hacks-suppress-delete-window
Suppress delete-window in org related functions
This commit is contained in:
@@ -240,6 +240,8 @@ the command buffer."
|
||||
org-fast-todo-selection)
|
||||
(if +popup-mode
|
||||
(cl-letf (((symbol-function #'delete-other-windows)
|
||||
(symbol-function #'ignore))
|
||||
((symbol-function #'delete-window)
|
||||
(symbol-function #'ignore)))
|
||||
(apply orig-fn args))
|
||||
(apply orig-fn args)))
|
||||
|
Reference in New Issue
Block a user