GNU Emacs config from video: Leaving Doom For GNU Emacs

This commit is contained in:
Derek Taylor
2021-04-15 20:35:09 -05:00
parent ffb0c5f888
commit 5cc0835f5e
2 changed files with 3 additions and 1 deletions

View File

@@ -360,6 +360,8 @@ Available functions (positions) for 'ivy-posframe-display-functions-alist'
** Enabling Org Bullets
#+begin_src emacs-lisp
(use-package org-bullets
:ensure t)
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
#+end_src