summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2025-07-13 23:28:41 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2025-07-14 00:30:08 +0100
commite1e9a23bb369fe1798b6aca1ba7ee3448b3242f4 (patch)
tree2662f34a9071b7bf345954c38268287538ca09fd
parent6543ee8b0d463a16d1ceba982019d92a2d104e5a (diff)
emacs: Spellcheck in Org and Text modes
-rw-r--r--emacs/init.el9
1 files changed, 7 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 9e0f566..2e32617 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -289,8 +289,6 @@
:custom (git-commit-summary-max-length 50)
:hook ((git-commit-setup . electric-quote-local-mode)))
-(use-package jinx :ensure t :hook git-commit-setup)
-
(use-package magit :bind ("C-c k" . magit-status) :ensure t)
@@ -358,6 +356,13 @@
:ensure t)
+;; Spell Checking
+
+(use-package jinx
+ :hook (git-commit-setup org-mode text-mode)
+ :ensure t)
+
+
;; systemd
(use-package conf-mode