From 60872a8c3737b285e0281454e8c44b057bd92a0c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 16 Nov 2015 09:58:38 +0100 Subject: Emacs: Fix org-ellipsis setting --- tag-emacs/emacs.d/init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tag-emacs/emacs.d/init.org') 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") -- cgit 1.4.1