Towards fixing byte compilation.
This commit is contained in:
parent
4eb2d70000
commit
b89431eef8
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
|||
;;; config/default/+evil-commands.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###if (featurep! :feature evil)
|
||||
|
||||
(defalias 'ex! 'evil-ex-define-cmd)
|
||||
|
||||
(evil-define-command doom:cleanup-session (bang)
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
(setcar (cdr (assoc "Check" TeX-command-list)) "chktex -v6 %s")
|
||||
;; Set a custom item indentation
|
||||
(setq LaTeX-indent-environment-list
|
||||
(nconc '(("itemize" +latex/LaTeX-indent-item)
|
||||
(append '(("itemize" +latex/LaTeX-indent-item)
|
||||
("enumerate" +latex/LaTeX-indent-item)
|
||||
("description" +latex/LaTeX-indent-item))
|
||||
LaTeX-indent-environment-list))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue