mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix Org tags popup hack
Causing Org tags output to be written to the source buffer.
This commit is contained in:
@ -262,6 +262,7 @@ Ugh, such an ugly hack."
|
||||
(when-let (buf (window-buffer window))
|
||||
(delete-window window)
|
||||
(setq window (display-buffer-in-side-window buf nil))
|
||||
(select-window window)
|
||||
(with-current-buffer buf
|
||||
(setq mode-line-format nil)))
|
||||
(funcall old-fit-buffer-fn window max-height min-height shrink-only))))
|
||||
|
Reference in New Issue
Block a user