From cd70ff25deeaeaea7d48becc67f9aa42411a790d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 8 Jan 2023 23:19:47 -0700 Subject: emacs: custom.el: Drop old face customizations --- .config/emacs/custom.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el index e6cf843..fc5baaf 100644 --- a/.config/emacs/custom.el +++ b/.config/emacs/custom.el @@ -3,8 +3,6 @@ ;; 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. - '(ansi-color-faces-vector - [default default default italic underline success warning error]) '(auth-source-save-behavior nil) '(erc-nick "lukeshu") '(global-whitespace-mode nil) @@ -51,7 +49,6 @@ ;; 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. - '(flyspell-incorrect ((t (:background "dark red" :underline (:color "#ef8690" :style wave))))) '(mmm-cleanup-submode-face ((((class color) (min-colors 89)) :background "#693200"))) '(mmm-code-submode-face ((((class color) (min-colors 89)) :background "#323232"))) '(mmm-comment-submode-face ((((class color) (min-colors 89)) :background "#242679"))) -- cgit v1.1-4-g5e80