From a415183a36eac981af66d3bc9c261b27327b9d87 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Tue, 12 Aug 2025 08:28:27 -0400 Subject: Readding instant company completions --- lisp/org-custom.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lisp/org-custom.el') diff --git a/lisp/org-custom.el b/lisp/org-custom.el index 2af529a..d927a7c 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -32,10 +32,10 @@ ;; (org-bullets-mode 1) ;; ) - (use-package org-modern - :ensure t - :config - (global-org-modern-mode)) + (use-package org-modern + :ensure t + :config + (global-org-modern-mode)) (setq org-ellipsis "…") (set-face-attribute 'org-ellipsis nil :inherit 'default :box nil) -- cgit v1.2.1