mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(popup): show reftex-citation in popup
This commit is contained in:
committed by
Henrik Lissner
parent
d67060eda4
commit
3d91c9aff7
@ -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)
|
||||
|
Reference in New Issue
Block a user