summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2015-11-16 09:58:38 +0100
committerAlan Pearce2015-11-16 09:58:38 +0100
commit60872a8c3737b285e0281454e8c44b057bd92a0c (patch)
tree798d84a0dbde5f8d1f7634be546264bf790d2357 /tag-emacs/emacs.d/init.org
parentd7f84de5c5ea6e2904bf5efcb9ab72ec65fc50ac (diff)
downloadnixfiles-60872a8c3737b285e0281454e8c44b057bd92a0c.tar.lz
nixfiles-60872a8c3737b285e0281454e8c44b057bd92a0c.tar.zst
nixfiles-60872a8c3737b285e0281454e8c44b057bd92a0c.zip
Emacs: Fix org-ellipsis setting
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")