branch: elpa/gruvbox-theme
commit 6ac2d04490eb66ed61a7421e67564b6c9658ed9c
Author: Martijn Terpstra <bigmart...@gmail.com>
Commit: Jason Milkins <jason...@users.noreply.github.com>

    Removed underline from org ellipsis
    
    The underline clashes with org headline and make it impossible to
    use whitespace in between the header and ellipsis
---
 gruvbox.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gruvbox.el b/gruvbox.el
index 953fdff3ce..fd1f09ec94 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -315,7 +315,7 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      (org-archived                              (:foreground gruvbox-light0 
:weight 'bold))
      (org-link                                  (:foreground 
gruvbox-faded_aqua :underline t))
      (org-footnote                              (:foreground 
gruvbox-neutral_aqua :underline t))
-     (org-ellipsis                              (:foreground gruvbox-light4 
:underline t))
+     (org-ellipsis                              (:foreground gruvbox-light4))
      (org-date                                  (:foreground 
gruvbox-neutral_blue :underline t))
      (org-sexp-date                             (:foreground 
gruvbox-faded_blue :underline t))
      (org-tag                                   (:bold t :weight 'bold))

Reply via email to