From 4bc9bfef8d6db91f11df3f5d4defc2a474dda300 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 4 Oct 2016 04:20:39 +0200 Subject: [PATCH] Slightly smaller ellipsis icon for folded regions --- core/core-editor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-editor.el b/core/core-editor.el index 76b3e6bef..11d5ed11f 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -200,7 +200,7 @@ (put-text-property 0 1 'face 'hs-face display-string) (put-text-property (1- len) len 'face 'hs-face display-string) (put-text-property 1 (1- len) - 'face `(:inherit hs-face :family ,(all-the-icons-octicon-family) :height 1.2) + 'face `(:inherit hs-face :family ,(all-the-icons-octicon-family) :height 1.1) display-string) (overlay-put ov 'before-string marker-string) (overlay-put ov 'display display-string))))))