mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix C-j being treated as a prefix in lang/latex
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user