From 7a4823d57599d4ba2fdac935c2166a453750a852 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 9 Aug 2020 15:41:58 +0100 Subject: +org pretty tables Some eyecandy via unicode symbols to make org tables just look nicer --- Emacs/.config/emacs/config.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Emacs/.config/emacs/config.org') 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 -- cgit v1.2.3-13-gbd6f