Browse Source

Remove unnecessary face override

master
Taylor Bockman 9 years ago
parent
commit
b5862707c4
  1. 6
      dotfiles/emacs.d/init.el

6
dotfiles/emacs.d/init.el

@ -251,9 +251,3 @@
'(custom-safe-themes '(custom-safe-themes
(quote (quote
("8db4b03b9ae654d4a57804286eb3e332725c84d7cdab38463cb6b97d5762ad26" default)))) ("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)))))

Loading…
Cancel
Save