From 898d5ceb89fc54d91ffc35a6e180d6789f4a0a2b Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 24 Nov 2023 14:24:55 +0200 Subject: emacs:(tools) Add hook for markdown - flyspell-mode --- .emacs.d/modules/thanos-tools.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3