summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2020-02-11 08:27:10 -0800
committerFranck Cuny <franck.cuny@gmail.com>2020-02-11 08:28:22 -0800
commit281703536e0fc71345383312c982a17abab976d7 (patch)
tree9c6410347c843758208678e49048fb58759e455d
parentorg: change some of the hooks. (diff)
downloademacs.d-281703536e0fc71345383312c982a17abab976d7.tar.gz
org: don't change the default ellipsis
-rw-r--r--emacs.d/custom/fcuny-org.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el
index 4e5d05e..c4195ff 100644
--- a/emacs.d/custom/fcuny-org.el
+++ b/emacs.d/custom/fcuny-org.el
@@ -54,7 +54,6 @@ _g n_: go to notes
   (org-default-inbox-file (concat org-directory "/inbox.org"))
 
   ;; cosmetic
-  (org-ellipsis "…")
   (org-pretty-entities t)
   (org-startup-indented nil)
   (org-blank-before-new-entry nil)