+org pretty tables

Some eyecandy via unicode symbols to make org tables just look nicer
This commit is contained in:
2020-08-09 15:41:58 +01:00
parent d6b21a3470
commit 7a4823d575

View File

@@ -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