From 8e7b46b4f2f0f217078aa79a396b4f8f98bfd674 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Fri, 12 Mar 2021 09:54:15 +0200 Subject: [PATCH] Remove ugly stuff from multiline mode --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index b7e6c5d..35172bc 100644 --- a/init.el +++ b/init.el @@ -91,7 +91,8 @@ ;; If there is more than one, they won't work right. '(font-lock-constant-face ((((type graphic)) (:foreground "#dfaf8f")) (((min-colors 256)) (:foreground "brightred")) (t (:foreground "brightred")))) '(font-lock-type-face ((t (:foreground "#ffcb6b" :family "Hack")))) - '(markdown-code-face ((t (:inherit fixed-pitch :family "Hack"))))) + '(markdown-code-face ((t (:inherit fixed-pitch :family "Hack")))) + '(mmm-default-submode-face ((t nil)))) ;; Restore GC to normal, but still high (setq gc-cons-threshold 100000000)