Doom disable smartparens + enable latex auto untabify
This commit is contained in:
@ -209,6 +209,7 @@
|
|||||||
|
|
||||||
;; use this to load before evil-snipe, as <s> and <S> conflict
|
;; use this to load before evil-snipe, as <s> and <S> conflict
|
||||||
(use-package! evil-smartparens)
|
(use-package! evil-smartparens)
|
||||||
|
(remove-hook 'doom-first-buffer-hook #'smartparens-global-mode)
|
||||||
|
|
||||||
;; bindings
|
;; bindings
|
||||||
(map! :map global-map
|
(map! :map global-map
|
||||||
@ -383,6 +384,8 @@
|
|||||||
|
|
||||||
;; latex
|
;; latex
|
||||||
(setq! +latex-viewers '(pdf-tools)
|
(setq! +latex-viewers '(pdf-tools)
|
||||||
|
;; TeX-engine "luatex"
|
||||||
|
TeX-auto-untabify t
|
||||||
TeX-command-extra-options "-shell-escape" ;; for package minted
|
TeX-command-extra-options "-shell-escape" ;; for package minted
|
||||||
TeX-auto-save t ;; parse on save
|
TeX-auto-save t ;; parse on save
|
||||||
TeX-parse-self t ;; parse on load
|
TeX-parse-self t ;; parse on load
|
||||||
|
Reference in New Issue
Block a user