From 08a15f6e46e659e60deaaba99a2bfbab6bcc5435 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 19 May 2022 16:36:27 -0400 Subject: [PATCH] Nil the org ellipsis face --- custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/custom.el b/custom.el index d6a0472..64ebbe1 100644 --- a/custom.el +++ b/custom.el @@ -152,6 +152,7 @@ '(mu4e-header-highlight-face ((t (:inherit hl-line :extend t :slant normal :weight normal)))) '(org-block-background ((t (:background "#262626" :slant normal :weight normal)))) '(org-block-end-line ((t (:inherit org-meta-line :slant normal :weight normal)))) + '(org-ellipsis ((t nil))) '(org-meta-line ((t (:inherit (default font-lock-comment-face) :slant normal :weight normal)))) '(org-pomodoro-mode-line ((t (:foreground "tomato3")))) '(paren-face-match ((t (:background "turquoise" :foreground "black"))))