From b5862707c44991ae22e1a6df37c35526e0c0bb97 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Wed, 18 Nov 2015 00:23:22 -0800 Subject: [PATCH] Remove unnecessary face override --- dotfiles/emacs.d/init.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 3fcbab3..cea4192 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -251,9 +251,3 @@ '(custom-safe-themes (quote ("8db4b03b9ae654d4a57804286eb3e332725c84d7cdab38463cb6b97d5762ad26" default)))) -(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; 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-comment-delimiter-face ((t (:foreground "brightgreen" :slant italic)))))