emacs: configure spellchecking

inky
Elnu 1 year ago
parent f58648c3a1
commit 943361757c

@ -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
];
}

Loading…
Cancel
Save