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.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el
index f5d9860..31da9e3 100644
--- a/.config/emacs/custom.el
+++ b/.config/emacs/custom.el
@@ -3,9 +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-names-vector
- ["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"])
- '(custom-enabled-themes (quote (tsdh-dark)))
'(erc-nick "lukeshu")
'(graphviz-dot-auto-indent-on-semi nil)
'(org-latex-default-packages-alist
@@ -51,9 +48,3 @@
(Nginx-indent-level . 8)
(c-set-style . "K&R"))))
'(use-package-verbose (quote debug)))
-(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.
- '(term-color-blue ((t (:background "#729fcf" :foreground "#729fcf")))))