summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
authorMatthew Kosarek <matthew.kosarek@vention.cc>2022-12-30 09:32:10 -0500
committerMatthew Kosarek <matthew.kosarek@vention.cc>2022-12-30 09:32:10 -0500
commit5d413872e78410a2e16138213ea2d96c4ac9abcc (patch)
tree938b3ea6dea0be8a7f3f3f67977105572e1ac5f7 /lisp/org-custom.el
parentffe416014baa2cdd6afb7e6976b81dea372ba1be (diff)
Using helm all over the place
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)