Merge pull request #664 from UndeadKernel/fix_latex-C-g

Fix latex C-g quitting latex after opening the reftex table of contents
This commit is contained in:
Henrik Lissner 2018-06-08 00:01:06 +02:00 committed by GitHub
commit 7e7b6fd8a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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