diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2020-02-11 08:27:10 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2020-02-11 08:28:22 -0800 |
commit | 281703536e0fc71345383312c982a17abab976d7 (patch) | |
tree | 9c6410347c843758208678e49048fb58759e455d /emacs | |
parent | org: change some of the hooks. (diff) | |
download | emacs.d-281703536e0fc71345383312c982a17abab976d7.tar.gz |
org: don't change the default ellipsis
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-org.el | 1 |
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) |