Removed fly spell checker hook.

This commit is contained in:
James Patrick 2021-06-03 11:07:08 -04:00
parent 5562f431d0
commit df0981745d
1 changed files with 0 additions and 4 deletions

View File

@ -31,10 +31,6 @@
; 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 '("" "" "" "" "" "" "" "" ""))