Fix C-j being treated as a prefix in lang/latex
This commit is contained in:
parent
12015b17c5
commit
7b1a83079d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue