Fix Org tags popup hack
Causing Org tags output to be written to the source buffer.
This commit is contained in:
parent
23f7b12f6c
commit
394d13179f
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ Ugh, such an ugly hack."
|
||||||
(when-let (buf (window-buffer window))
|
(when-let (buf (window-buffer window))
|
||||||
(delete-window window)
|
(delete-window window)
|
||||||
(setq window (display-buffer-in-side-window buf nil))
|
(setq window (display-buffer-in-side-window buf nil))
|
||||||
|
(select-window window)
|
||||||
(with-current-buffer buf
|
(with-current-buffer buf
|
||||||
(setq mode-line-format nil)))
|
(setq mode-line-format nil)))
|
||||||
(funcall old-fit-buffer-fn window max-height min-height shrink-only))))
|
(funcall old-fit-buffer-fn window max-height min-height shrink-only))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue