From 5d413872e78410a2e16138213ea2d96c4ac9abcc Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Fri, 30 Dec 2022 09:32:10 -0500 Subject: Using helm all over the place --- lisp/org-custom.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lisp/org-custom.el') 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) -- cgit v1.2.1