Configure flyspell with manual activation and ispell timeout

This commit is contained in:
Fabio Scotto di Santolo
2026-04-16 12:24:22 +02:00
parent df615b7273
commit c2d70cdf89
5 changed files with 54 additions and 43 deletions

View File

@@ -12,8 +12,7 @@
org-startup-folded 'content
org-todo-keywords '((sequence "🆕(t)" "▶️(s)" "⏳(w)" "🔎(p)" "|" "✅(d)" "🗑(c)" "👨(g)")))
:config
(add-hook 'org-mode-hook 'org-indent-mode)
(add-hook 'org-mode-hook 'flyspell-mode))
(add-hook 'org-mode-hook 'org-indent-mode))
(use-package org-bullets
:ensure t