Emacs: fixed org-bullets hook
This commit is contained in:
parent
96782abdfc
commit
46101cf1a2
1 changed files with 2 additions and 2 deletions
|
@ -251,8 +251,8 @@
|
|||
;; org-bullets
|
||||
;; Show bullets in org-mode as UTF-8 characters
|
||||
(use-package org-bullets
|
||||
:hook
|
||||
(org-mode-hook . (lambda () (org-bullets-mode 1))))
|
||||
:after org
|
||||
:config (add-hook 'org-mode-hook #'org-bullets-mode))
|
||||
|
||||
;; undo-tree
|
||||
;; Treat undo history as a tree
|
||||
|
|
Loading…
Reference in a new issue