remote changes (LaTeX no open PDF does still not work though)

main
earnest ma 2023-01-02 16:56:33 -05:00
parent 67140b4bcc
commit 5a64ad2000
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
2 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,9 @@
(setq doom-font (font-spec :family "Jetbrains Mono" :size 13))
(if (string-match "tycho" (system-name))
(setq doom-font (font-spec :family "Jetbrains Mono" :size 18)))
(setq doom-theme 'doom-gruvbox)
(menu-bar-mode +1) ; add back menu bar

View File

@ -107,6 +107,11 @@ the compiled PDF version) in pympress."
:config
(edit-server-start))
;; LaTeX
(if (string-match "tycho" (system-name))
(setq +latex-viewers nil)
(remove-hook 'LaTeX-mode-hook 'preview-mode-setup))
;; Whenever you reconfigure a package, make sure to wrap your config in an
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.
;;