summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 0db6ab27..e17eaa79 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1476,10 +1476,10 @@ Org is wünderbar.
            ("C-c a" . org-agenda)
            ("C-c l" . org-store-link))
     :defer 8
-    :init (setq org-replace-disputed-keys t)
+    :init (setq org-replace-disputed-keys t
+                org-ellipsis "…")
     :config (progn
               (setq org-directory "~/Sync/org"
-                    org-ellipsis "…"
                     org-agenda-files `(,(concat org-directory "/agenda"))
 
                     org-default-notes-file (concat org-directory "/notes")