diff --git a/emacs/+org.el b/emacs/+org.el index 7f6636a..d589057 100644 --- a/emacs/+org.el +++ b/emacs/+org.el @@ -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 '("⁜" "☰" "☱" "☲" "☳" "☴" "☵" "☶" "☷"))