Better Spellchecking
This commit is contained in:
parent
76fa17427f
commit
9bd27bc4be
|
@ -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 '("⁜" "☰" "☱" "☲" "☳" "☴" "☵" "☶" "☷"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user