Emacs: bind TeX-insert-comment-line
This commit is contained in:
parent
80409e0fd8
commit
5255dd4e4c
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue