diff options
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r-- | Emacs/.config/emacs/config.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index a199670..560e938 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -707,6 +707,13 @@ look is nice to have. (use-package org-fragtog :hook (org-mode . org-fragtog-mode)) #+END_SRC +** Org pretty tables +Make the default ASCII tables of org mode pretty with +#+BEGIN_SRC emacs-lisp +(use-package org-pretty-table-mode + :straight (org-pretty-table-mode :type git :host github :repo "Fuco1/org-pretty-table") + :hook org-mode) +#+END_SRC ** Org superstar #+BEGIN_SRC emacs-lisp (use-package org-superstar |