diff options
author | Thanos Apollo <[email protected]> | 2024-01-09 11:38:43 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-09 11:39:04 +0200 |
commit | 79e03b5aab805083fc7d92f15bace86ff1e9223e (patch) | |
tree | 0bbb53bcc0fd9a6b07bd0120412c440c780edf99 /.emacs.d/modules/thanos-org.el | |
parent | cf3150cd2ca8c8e2677bf5ffd4f72ac67936a1da (diff) |
emacs:(org) use jinx
Diffstat (limited to '.emacs.d/modules/thanos-org.el')
-rw-r--r-- | .emacs.d/modules/thanos-org.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/modules/thanos-org.el b/.emacs.d/modules/thanos-org.el index 3e7d9b7..ad29a52 100644 --- a/.emacs.d/modules/thanos-org.el +++ b/.emacs.d/modules/thanos-org.el @@ -240,5 +240,10 @@ (setf org-download-screenshot-method "scrot --select %s") +;; Jinx +(require 'jinx) +(add-hook 'org-mode-hook #'jinx-mode) +(define-key jinx-mode-map (kbd "M-'") #'jinx-correct) + (provide 'thanos-org) ;;; thanos-org.el ends here |