|
|
|
@ -193,13 +193,17 @@
|
|
|
|
|
;;literate
|
|
|
|
|
(default +bindings +smartparens))
|
|
|
|
|
|
|
|
|
|
;; Set theme to everforest
|
|
|
|
|
(add-to-list 'custom-theme-load-path "~/.emacs.d/everforest")
|
|
|
|
|
(load-theme 'everforest-hard-dark t)
|
|
|
|
|
|
|
|
|
|
;; Configure font
|
|
|
|
|
(add-to-list 'default-frame-alist '(font . "FiraCode Nerd Font Mono" ))
|
|
|
|
|
(set-face-attribute 'default nil :height 120) ;; 12pt
|
|
|
|
|
|
|
|
|
|
;; Roxy
|
|
|
|
|
(setq fancy-splash-image (concat doom-user-dir "splash.jpg"))
|
|
|
|
|
|
|
|
|
|
(add-hook 'org-mode-hook 'org-fragtog-mode)
|
|
|
|
|
(add-hook 'org-mode-hook 'org-latex-preview)
|
|
|
|
|
;; LaTeX editing
|
|
|
|
|
(add-hook 'org-mode-hook 'org-fragtog-mode) ;; automatically expand/preview LaTeX
|
|
|
|
|
(add-hook 'org-mode-hook 'org-latex-preview) ;; automatically preview LaTeX on open
|
|
|
|
|