diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-04-22 09:01:32 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-04-22 09:01:32 -0700 |
commit | 46db51ad8199b8fe1a8a5c4f208bb9d4ef0a4892 (patch) | |
tree | 70fc155312a2dc5d1325ff6c675326c7ef2abaa0 /.emacs.local.d | |
parent | 07c2d8a1b830d9c7c5181d231cc92f917d6351ff (diff) |
org-mode: use default ellipsis
Diffstat (limited to '.emacs.local.d')
-rw-r--r-- | .emacs.local.d/modes/org.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.local.d/modes/org.el b/.emacs.local.d/modes/org.el index 7319eb5..14d32bf 100644 --- a/.emacs.local.d/modes/org.el +++ b/.emacs.local.d/modes/org.el @@ -18,7 +18,6 @@ (setq org-startup-indented t org-bullets-bullet-list '(" ") ;; no bullets, needs org-bullets package - org-ellipsis " " ;; folding symbol org-pretty-entities nil org-hide-emphasis-markers t ;; show actually italicized text instead of /italicized text/ |