summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el
index 9841bd6..da23201 100644
--- a/lisp/org-custom.el
+++ b/lisp/org-custom.el
@@ -47,8 +47,10 @@
(variable-pitch-mode 1)
- (require 'org-bullets)
- (org-bullets-mode 1)
+ (use-package org-bullets
+ :config
+ (org-bullets-mode 1)
+ )
(org-indent-mode 1)
(visual-line-mode 1)