mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Towards fixing byte compilation.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
;;; config/default/+evil-commands.el -*- lexical-binding: t; -*-
|
;;; config/default/+evil-commands.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
;;;###if (featurep! :feature evil)
|
||||||
|
|
||||||
(defalias 'ex! 'evil-ex-define-cmd)
|
(defalias 'ex! 'evil-ex-define-cmd)
|
||||||
|
|
||||||
(evil-define-command doom:cleanup-session (bang)
|
(evil-define-command doom:cleanup-session (bang)
|
||||||
|
@ -95,10 +95,10 @@
|
|||||||
(setcar (cdr (assoc "Check" TeX-command-list)) "chktex -v6 %s")
|
(setcar (cdr (assoc "Check" TeX-command-list)) "chktex -v6 %s")
|
||||||
;; Set a custom item indentation
|
;; Set a custom item indentation
|
||||||
(setq LaTeX-indent-environment-list
|
(setq LaTeX-indent-environment-list
|
||||||
(nconc '(("itemize" +latex/LaTeX-indent-item)
|
(append '(("itemize" +latex/LaTeX-indent-item)
|
||||||
("enumerate" +latex/LaTeX-indent-item)
|
("enumerate" +latex/LaTeX-indent-item)
|
||||||
("description" +latex/LaTeX-indent-item))
|
("description" +latex/LaTeX-indent-item))
|
||||||
LaTeX-indent-environment-list))))
|
LaTeX-indent-environment-list))))
|
||||||
|
|
||||||
(after! latex
|
(after! latex
|
||||||
;; Use Okular if the user says so.
|
;; Use Okular if the user says so.
|
||||||
|
Reference in New Issue
Block a user