aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-05-30 17:39:46 -0700
committerGravatar Tom Willemse2023-05-30 17:39:46 -0700
commit00e010b41dc10b650103e8e4d56f1a97a8d982d9 (patch)
tree45f9e650dabddb63036aa69166fbd400f7577db3 /oni-org
parent0a0460e9073ca9b6b975b5525064dc517d6676fc (diff)
downloademacs-config-00e010b41dc10b650103e8e4d56f1a97a8d982d9.tar.gz
emacs-config-00e010b41dc10b650103e8e4d56f1a97a8d982d9.zip
[oni-org] Enable ‘yas-minor-mode’ in Org Mode
Diffstat (limited to 'oni-org')
-rw-r--r--oni-org/oni-org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 78a758a..af0136a 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2023.0530.173825
+;; Version: 2023.0530.173941
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table)
;; This program is free software; you can redistribute it and/or modify
@@ -515,6 +515,7 @@ also move point to the start of the heading."
(add-hook 'org-mode-hook 'org-indent-mode)
(add-hook 'org-mode-hook 'visual-line-mode)
(add-hook 'org-mode-hook 'org-pretty-table-mode)
+(add-hook 'org-mode-hook 'yas-minor-mode)
(org-edna-mode)