bbatsov / zenburn-emacs

The Zenburn colour theme ported to Emacs
GNU General Public License v3.0
977 stars 269 forks source link

Org ellipsis #320

Closed aadcg closed 4 years ago

aadcg commented 5 years ago

I'm on emacs 26.1 and org 9.1.9.

I'm using (setq org-ellipsis " foo"). By default foo appears underlined, which I find hedious. I tried to customize it. M-x customize, "ellipsis", last entry - org ellipsis face but it doesn't work...

It goes without saying that the above behaviour doesn't apply to other themes.

Any ideas? Thanks.

aadcg commented 5 years ago

(custom-set-faces '(org-ellipsis ((t (:foreground "gray40" :underline nil)))))