From f90e21d793ce9653f94cfa146e0e36a91c3538ea Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 22 Nov 2023 19:04:02 +0100 Subject: [PATCH] Update font-lock settings --- bundle/custom_gnu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index c74184db..880fcebe 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -67,6 +67,6 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(font-lock-function-name-face ((t (:foreground "#c678dd" :underline t)))) + '(font-lock-function-name-face ((t (:underline t)))) '(font-lock-keyword-face ((t (:slant italic)))) '(variable-pitch ((t (:weight Regular :height 1.0 :family "Noto Sans")))))