diff options
author | Alan Pearce | 2015-11-13 15:35:32 +0100 |
---|---|---|
committer | Alan Pearce | 2015-11-13 15:35:32 +0100 |
commit | dc6b681b05468122c7602c24847b770d1402d2c8 (patch) | |
tree | 0df949dbc8a7abb2d69eb44ddc9315d689686fee /tag-emacs | |
parent | fd9734e7eaac3749a2a0ae3f7e47f34515070866 (diff) | |
download | nixfiles-dc6b681b05468122c7602c24847b770d1402d2c8.tar.lz nixfiles-dc6b681b05468122c7602c24847b770d1402d2c8.tar.zst nixfiles-dc6b681b05468122c7602c24847b770d1402d2c8.zip |
Emacs: Use a proper ellipsis for elisions
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index ab2a0873..6d319e5e 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1483,6 +1483,7 @@ Org is wünderbar. :init (setq org-replace-disputed-keys t) :config (progn (setq org-directory "~/Sync/org" + org-ellipsis "…" org-agenda-files `(,(concat org-directory "/agenda")) org-default-notes-file (concat org-directory "/notes") |