Better Spellchecking

This commit is contained in:
James Patrick 2021-04-02 15:51:25 -04:00
parent 76fa17427f
commit 9bd27bc4be
1 changed files with 5 additions and 0 deletions

View File

@ -27,9 +27,14 @@
;; recursive search for deft
(setq deft-recursive t)
; Enable word wrap
(add-hook 'org-mode-hook #'visual-line-mode)
; Enable spell checking
(add-hook 'org-mode-hook 'turn-on-flyspell)
;Custom bullets
(setq org-superstar-headline-bullets-list '("" "" "" "" "" "" "" "" ""))