feat(emacs) add org reveal package
This commit is contained in:
parent
7cab7c158d
commit
4296160d7d
1 changed files with 3 additions and 0 deletions
|
|
@ -95,6 +95,9 @@
|
|||
:custom
|
||||
(org-bullets-bullet-list '("◉" "○" "●" "○" "●" "○" "●")))
|
||||
|
||||
(use-package org-re-reveal
|
||||
:after org)
|
||||
|
||||
(use-package evil-org
|
||||
:ensure t
|
||||
:after org
|
||||
|
|
|
|||
Loading…
Reference in a new issue