1
0
Fork 0

Add ‘electric-quote-local-mode’ to org-mode buffers

This commit is contained in:
Tom Willemse 2021-01-31 21:47:13 -08:00
parent a74e8817fa
commit ff7d19dc1e

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2021.0131.214204
;; Version: 2021.0131.214650
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons org-journal org-roam)
;; This program is free software; you can redistribute it and/or modify
@ -279,6 +279,7 @@ also move point to the start of the heading."
(add-hook 'org-mode-hook #'oni-org-set-tag-faces)
(add-hook 'org-mode-hook #'oni-org-set-todo-keyword-faces)
(add-hook 'org-mode-hook 'electric-quote-local-mode)
(add-hook 'org-mode-hook 'flyspell-mode)
(add-hook 'org-mode-hook 'org-indent-mode)
(add-hook 'org-mode-hook 'visual-line-mode)