summaryrefslogtreecommitdiff
path: root/.config/emacs/custom.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/custom.el')
-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")))