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
|
;; org-bullets
|
||||||
;; Show bullets in org-mode as UTF-8 characters
|
;; Show bullets in org-mode as UTF-8 characters
|
||||||
(use-package org-bullets
|
(use-package org-bullets
|
||||||
:hook
|
:after org
|
||||||
(org-mode-hook . (lambda () (org-bullets-mode 1))))
|
:config (add-hook 'org-mode-hook #'org-bullets-mode))
|
||||||
|
|
||||||
;; undo-tree
|
;; undo-tree
|
||||||
;; Treat undo history as a tree
|
;; Treat undo history as a tree
|
||||||
|
|
Loading…
Reference in a new issue