diff options
author | David Robillard <d@drobilla.net> | 2017-04-08 14:33:22 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-04-08 14:33:22 +0200 |
commit | f06613eb5ccd13f3643df50cde84f137715bbade (patch) | |
tree | fe84d4c66a3535692ee4a6b931d030c2f9161930 | |
parent | b92fe7b838a58f47d535a5598f5a3a59977b1c77 (diff) | |
download | dotfiles-f06613eb5ccd13f3643df50cde84f137715bbade.tar.gz dotfiles-f06613eb5ccd13f3643df50cde84f137715bbade.tar.bz2 dotfiles-f06613eb5ccd13f3643df50cde84f137715bbade.zip |
Add missing face
-rw-r--r-- | emacs.d/drobillized-theme.el | 1 | ||||
-rw-r--r-- | emacs.d/init.el | 2 |
2 files changed, 2 insertions, 1 deletions
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 "^\\.?#\\|^\\.$\\|^\\.\\.\\|^\\..*$") |