@ -208,6 +208,9 @@
(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
;; Enable spellcheck in org mode
(add-hook 'org-mode-hook 'turn-on-flyspell)
;; Display .rasi (rofi theme files) as CSS
(add-to-list 'auto-mode-alist '("\\.rasi\\'" . css-mode))
@ -25,5 +25,7 @@
# Doom Emacs fonts, manually installed with
# M-x all-the-icons-install-fonts
emacs-all-the-icons-fonts
# Spellcheck
ispell
];
}