summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2025-08-12 08:28:27 -0400
committerMatt Kosarek <matt.kosarek@canonical.com>2025-08-12 08:28:27 -0400
commita415183a36eac981af66d3bc9c261b27327b9d87 (patch)
tree780a61c1421fdc80e556fd4c775f05b7107b8307 /lisp/org-custom.el
parent38b67473140c8ff94d33c8e652496641390adb43 (diff)
Readding instant company completions
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el8
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)