summaryrefslogtreecommitdiff
path: root/lisp/init-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-org.el')
-rw-r--r--lisp/init-org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index e9d6431..706d90f 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -1,6 +1,7 @@
(provide 'my/init-org)
(eval-after-load "org"
'(progn
+ (setq org-ellipsis "⤵")
(global-set-key (kbd "C-c o l") 'org-store-link)
(global-set-key (kbd "C-c o a") 'org-agenda)