emacs: configure spellchecking

This commit is contained in:
Elnu 2023-02-13 16:42:18 -08:00
parent f58648c3a1
commit 943361757c
2 changed files with 5 additions and 0 deletions

View file

@ -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))

View file

@ -25,5 +25,7 @@
# Doom Emacs fonts, manually installed with
# M-x all-the-icons-install-fonts
emacs-all-the-icons-fonts
# Spellcheck
ispell
];
}