mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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-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
|
||||
;; to .tex files
|
||||
|
Reference in New Issue
Block a user