Commit 331129d1121c

Vincent Demeester <vincent@sbr.pm>
2017-06-29 19:27:21
Remove ellipsis to use theme default
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f0dceac
Changed files (2)
.emacs.d/emacs.el
@@ -923,7 +923,7 @@ point reaches the beginning or end of the buffer, stop there."
 (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode))
 
 ;;; Change the ellipsis (default is ...)
-(setq org-ellipsis " ↴")
+;; (setq org-ellipsis " ↴")
 ;; Change the default bullets
 (font-lock-add-keywords 'org-mode
                         '(("^ +\\([-*]\\) "
.emacs.d/emacs.org
@@ -1677,7 +1677,7 @@
 
    #+BEGIN_SRC emacs-lisp
      ;;; Change the ellipsis (default is ...)
-     (setq org-ellipsis " ↴")
+     ;; (setq org-ellipsis " ↴")
      ;; Change the default bullets
      (font-lock-add-keywords 'org-mode
                              '(("^ +\\([-*]\\) "