summaryrefslogtreecommitdiff
path: root/.emacs.d/modules
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/modules')
-rw-r--r--.emacs.d/modules/thanos-tools.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/modules/thanos-tools.el b/.emacs.d/modules/thanos-tools.el
index 51039f7..6be911c 100644
--- a/.emacs.d/modules/thanos-tools.el
+++ b/.emacs.d/modules/thanos-tools.el
@@ -153,5 +153,7 @@
(setf gptel-api-key (password-store-get "chatgpt/api")
gptel-model 'gpt-4-32k)
+(add-hook 'markdown-mode-hook #'(lambda () (flyspell-mode)))
+
(provide 'thanos-tools)
;;; thanos-tools.el ends here