all repos — nixfiles @ 60872a8c3737b285e0281454e8c44b057bd92a0c

System and user configuration, managed by nix and home-manager

Emacs: Fix org-ellipsis setting

Alan Pearce
commit

60872a8c3737b285e0281454e8c44b057bd92a0c

parent

d7f84de5c5ea6e2904bf5efcb9ab72ec65fc50ac

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1476,10 +1476,10 @@ :bind (("C-c C-a" . org-agenda-list)
("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")