From 3120636a2393b61f6321b6be066c95f59fe057db Mon Sep 17 00:00:00 2001 From: Patrick Elliott Date: Wed, 18 Jul 2018 12:22:22 +0200 Subject: [PATCH] This is (probably) no longer necessary --- modules/lang/latex/config.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/lang/latex/config.el b/modules/lang/latex/config.el index c82f555e9..78d9ade38 100644 --- a/modules/lang/latex/config.el +++ b/modules/lang/latex/config.el @@ -41,8 +41,6 @@ LaTeX-fill-break-at-separators nil LaTeX-item-indent 0) ; item indentation. - (define-key LaTeX-mode-map "\C-j" nil) - ;; Do not prompt for Master files, this allows auto-insert to add templates to ;; .tex files (add-hook! '(LaTeX-mode-hook TeX-mode-hook)