diff options
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) |