docs(org): add org-pretty-table to readme

Ref: #6033
Amend: 53ea2e4ce2b8
This commit is contained in:
Prashant Tak 2022-01-27 21:00:47 +05:30 committed by GitHub
parent 71535d7ffc
commit 4bdcf48a0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,8 +72,8 @@ https://www.mfoot.com/blog/2015/11/22/literate-emacs-configuration-with-org-mode
Enable integration with reveal.js, beamer and org-tree-slide, so Emacs can be Enable integration with reveal.js, beamer and org-tree-slide, so Emacs can be
used for presentations. It automatically downloads [[https://github.com/hakimel/reveal.js][reveal.js]]. used for presentations. It automatically downloads [[https://github.com/hakimel/reveal.js][reveal.js]].
- +pretty :: - +pretty ::
Enable pretty unicode symbols for bullets and priorities, and better syntax Enable pretty unicode symbols for bullets and priorities, better syntaxhighlighting
highlighting for latex. Keep in mind: this can be expensive. If org becomes for latex and prettier tables. Keep in mind: this can be expensive. If org becomes
too slow, it'd be wise to disable this flag. too slow, it'd be wise to disable this flag.
- +roam :: - +roam ::
Enable integration with [[https://github.com/org-roam/org-roam-v1][org-roam v1]]. This requires ~sqlite3~ to be installed Enable integration with [[https://github.com/org-roam/org-roam-v1][org-roam v1]]. This requires ~sqlite3~ to be installed
@ -120,6 +120,7 @@ https://www.mfoot.com/blog/2015/11/22/literate-emacs-configuration-with-org-mode
- if [[doom-package:][+pretty]] - if [[doom-package:][+pretty]]
- [[doom-package:][org-superstar]] - [[doom-package:][org-superstar]]
- [[doom-package:][org-fancy-priorities]] - [[doom-package:][org-fancy-priorities]]
- [[doom-package:][org-pretty-table]]
** Hacks ** Hacks
- Adds support for a ~:sync~ parameter for org src blocks. This overrides - Adds support for a ~:sync~ parameter for org src blocks. This overrides