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