[oni-org] Add ‘org-pretty-table’
This commit is contained in:
parent
50ea147510
commit
7b24216fe1
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2023.0403.005409
|
;; Version: 2023.0409.214302
|
||||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti form-feed)
|
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib 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
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; it under the terms of the GNU General Public License as published by
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
@ -513,6 +513,7 @@ also move point to the start of the heading."
|
||||||
(add-hook 'org-mode-hook 'olivetti-mode)
|
(add-hook 'org-mode-hook 'olivetti-mode)
|
||||||
(add-hook 'org-mode-hook 'org-indent-mode)
|
(add-hook 'org-mode-hook 'org-indent-mode)
|
||||||
(add-hook 'org-mode-hook 'visual-line-mode)
|
(add-hook 'org-mode-hook 'visual-line-mode)
|
||||||
|
(add-hook 'org-mode-hook 'org-pretty-table-mode)
|
||||||
|
|
||||||
(org-edna-mode)
|
(org-edna-mode)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue