added org bulletss

This commit is contained in:
Abraham Raji 2020-01-14 21:54:10 +05:30
parent 1321a528bf
commit 601c850f60
1 changed files with 8 additions and 0 deletions

8
customsrc/orgmode.org Normal file
View File

@ -0,0 +1,8 @@
* Org-mode
** org-bullets
Asterisk can be boring to look at.
#+BEGIN_SRC emacs-lisp
(use-package org-bullets
:init
(add-hook 'org-mode-hook #'org-bullets-mode))
#+END_SRC