summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2023-09-23 15:46:55 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2023-09-23 15:46:55 +0100
commitdd9e7e2691d7e15e2d968c1731767a9c35b85895 (patch)
tree2adbf36ac3db4e11d2121d96c6aa26e3c082b6b3 /emacs/init.el
parent76dee9bafe2aeb2f47fe30ee99defebb27ecd6c0 (diff)
emacs: Use ‘jinx’ to spellcheck
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 3ab028c..5e43218 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -167,8 +167,9 @@
(use-package git-commit
:custom (git-commit-summary-max-length 50)
- :hook ((git-commit-setup . electric-quote-local-mode)
- (git-commit-setup . git-commit-turn-on-flyspell)))
+ :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)