mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix C-g resetting latex windows after opening the reftex-toc
This commit is contained in:
@ -152,8 +152,7 @@
|
|||||||
:e "j" #'next-line
|
:e "j" #'next-line
|
||||||
:e "k" #'previous-line
|
:e "k" #'previous-line
|
||||||
:e "q" #'kill-buffer-and-window
|
:e "q" #'kill-buffer-and-window
|
||||||
:e "ESC" #'kill-buffer-and-window
|
:e "ESC" #'kill-buffer-and-window)))
|
||||||
"C-g" #'reftex-toc-quit)))
|
|
||||||
|
|
||||||
|
|
||||||
(def-package! bibtex
|
(def-package! bibtex
|
||||||
|
Reference in New Issue
Block a user