fix(popup): show reftex-citation in popup
This commit is contained in:
parent
d67060eda4
commit
3d91c9aff7
1 changed files with 8 additions and 0 deletions
|
@ -246,6 +246,14 @@ the command buffer."
|
|||
(when (+popup-window-p win)
|
||||
(select-window win))))
|
||||
|
||||
|
||||
;;;###package latex
|
||||
(defadvice! +popup--use-popup-window-for-reftex-citation-a (fn &rest args)
|
||||
:around #'reftex-do-citation
|
||||
(letf! ((#'switch-to-buffer-other-window #'pop-to-buffer))
|
||||
(apply fn args)))
|
||||
|
||||
|
||||
;;;###package org
|
||||
(after! org
|
||||
(defadvice! +popup--suppress-delete-other-windows-a (fn &rest args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue