From f06613eb5ccd13f3643df50cde84f137715bbade Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 8 Apr 2017 14:33:22 +0200 Subject: Add missing face --- emacs.d/drobillized-theme.el | 1 + emacs.d/init.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.d/drobillized-theme.el b/emacs.d/drobillized-theme.el index 88bd858..3878237 100644 --- a/emacs.d/drobillized-theme.el +++ b/emacs.d/drobillized-theme.el @@ -102,6 +102,7 @@ Reload the theme after changing anything in this group." `(font-latex-sedate-face ((t (:foreground ,cyan-d)))) `(font-latex-string-face ((t (:foreground ,orange)))) `(font-latex-warning-face ((t (:inherit bold :foreground ,red)))) + `(font-lock-builtin-face ((t (:foreground ,blue-l)))) `(font-lock-comment-face ((t (:foreground ,violet)))) `(font-lock-constant-face ((((class color) (min-colors 88) (background dark)) (:weight bold)))) `(font-lock-doc-face ((t (:inherit font-lock-string-face :foreground ,violet)))) diff --git a/emacs.d/init.el b/emacs.d/init.el index 8007008..c8df396 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -100,7 +100,7 @@ '(custom-enabled-themes (quote (drobillized))) '(custom-safe-themes (quote - ("d29fac0d9dea908c1353c00f4cdc5659c4e8b800405ce55652ae446f08819c32" default))) + ("cecb1078bb6155e230e45bb50804e8728c9a1202309d85e3704dfcc2977ff9e3" "d29fac0d9dea908c1353c00f4cdc5659c4e8b800405ce55652ae446f08819c32" default))) '(delete-old-versions t) '(dired-listing-switches "-al --time-style=long-iso") '(dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.\\|^\\..*$") -- cgit v1.2.1