summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-08 23:19:47 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-08 23:19:47 -0700
commitcd70ff25deeaeaea7d48becc67f9aa42411a790d (patch)
treeac631715b3eff5c5811f5e8cf1f5db9f745ef890
parentb35562a9b86b05fa92231ee812eae3fda60cd787 (diff)
emacs: custom.el: Drop old face customizations
-rw-r--r--.config/emacs/custom.el3
1 files changed, 0 insertions, 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")))