From 42817205eb14b9898afd8a65fe20e26cd47afef5 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 6 Feb 2023 17:08:56 +0100 Subject: [PATCH] Doom disable smartparens + enable latex auto untabify --- config/doom/config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/doom/config.el b/config/doom/config.el index 354a6e21..ee723d86 100644 --- a/config/doom/config.el +++ b/config/doom/config.el @@ -209,6 +209,7 @@ ;; use this to load before evil-snipe, as and conflict (use-package! evil-smartparens) +(remove-hook 'doom-first-buffer-hook #'smartparens-global-mode) ;; bindings (map! :map global-map @@ -383,6 +384,8 @@ ;; latex (setq! +latex-viewers '(pdf-tools) + ;; TeX-engine "luatex" + TeX-auto-untabify t TeX-command-extra-options "-shell-escape" ;; for package minted TeX-auto-save t ;; parse on save TeX-parse-self t ;; parse on load