Emacs: fixed org-bullets hook

This commit is contained in:
Marcel Kapfer 2018-03-09 12:14:39 +01:00
parent 96782abdfc
commit 46101cf1a2
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 2 deletions

View File

@ -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