emacs: configure spellchecking
This commit is contained in:
parent
f58648c3a1
commit
943361757c
2 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue