Fix Org tags popup hack

Causing Org tags output to be written to the source buffer.
This commit is contained in:
Henrik Lissner 2019-07-10 17:28:20 +02:00
parent 23f7b12f6c
commit 394d13179f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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))))