remote changes (LaTeX no open PDF does still not work though)
parent
67140b4bcc
commit
5a64ad2000
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue