Update font-lock settings

This commit is contained in:
Marcus Kammer 2023-11-22 19:04:02 +01:00
parent fd3e9492bc
commit f90e21d793
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -67,6 +67,6 @@
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; 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)))) '(font-lock-keyword-face ((t (:slant italic))))
'(variable-pitch ((t (:weight Regular :height 1.0 :family "Noto Sans"))))) '(variable-pitch ((t (:weight Regular :height 1.0 :family "Noto Sans")))))