From 7b24216fe19a8ebb5a17a1a67ad88a67079f2730 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 9 Apr 2023 21:50:48 -0700 Subject: [oni-org] Add ‘org-pretty-table’ --- oni-org/oni-org.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'oni-org/oni-org.el') diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index fcfa7f4..7164040 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2023.0403.005409 -;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti form-feed) +;; 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 org-pretty-table) ;; 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 @@ -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 'org-indent-mode) (add-hook 'org-mode-hook 'visual-line-mode) +(add-hook 'org-mode-hook 'org-pretty-table-mode) (org-edna-mode) -- cgit v1.2.3-54-g00ecf