[oni-org] Enable ‘yas-minor-mode’ in Org Mode
This commit is contained in:
parent
0a0460e907
commit
00e010b41d
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue