diff options
author | Matt Kosarek <matt.kosarek@canonical.com> | 2025-08-12 08:28:27 -0400 |
---|---|---|
committer | Matt Kosarek <matt.kosarek@canonical.com> | 2025-08-12 08:28:27 -0400 |
commit | a415183a36eac981af66d3bc9c261b27327b9d87 (patch) | |
tree | 780a61c1421fdc80e556fd4c775f05b7107b8307 /lisp/org-custom.el | |
parent | 38b67473140c8ff94d33c8e652496641390adb43 (diff) |
Readding instant company completions
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r-- | lisp/org-custom.el | 8 |
1 files changed, 4 insertions, 4 deletions
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) |