Emacs: bind TeX-insert-comment-line

This commit is contained in:
Marcel Kapfer 2018-02-23 09:58:39 +01:00
parent 80409e0fd8
commit 5255dd4e4c
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 4 additions and 1 deletions

View File

@ -1058,7 +1058,10 @@
;; start fci-mode
(add-hook 'TeX-mode-hook #'fci-mode)
;; start auto-fill mode
(add-hook 'TeX-mode-hook #'auto-fill-mode))
(add-hook 'TeX-mode-hook #'auto-fill-mode)
:bind (:map latex-mode-map
("<C-return>" . TeX-insert-comment-line)))
;; bibtex
;; BibTeX editing