Fix C-j being treated as a prefix in lang/latex

This commit is contained in:
Henrik Lissner 2018-06-05 10:35:02 +02:00
parent 12015b17c5
commit 7b1a83079d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -52,7 +52,7 @@
LaTeX-fill-break-at-separators nil LaTeX-fill-break-at-separators nil
LaTeX-item-indent 0) ; item indentation. LaTeX-item-indent 0) ; item indentation.
(define-key LaTeX-mode-map "C-j" nil) (define-key LaTeX-mode-map "\C-j" nil)
;; Do not prompt for Master files, this allows auto-insert to add templates ;; Do not prompt for Master files, this allows auto-insert to add templates
;; to .tex files ;; to .tex files