about summary refs log tree commit diff
path: root/users/tazjin/emacs/config/custom.el
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-09-17T17·32+0300
committertazjin <mail@tazj.in>2021-09-18T12·06+0000
commit88b3f367e9de1f1b1d1bbd6432901a5aba60e4ef (patch)
treea319b80149693f447c6a57a7649ad2d33af3b262 /users/tazjin/emacs/config/custom.el
parent852d059e2f5845f572b442f52364d273b4a736f6 (diff)
style(tazjin/emacs): Reenable my original dark theme r/2883
There's no longer an Egyptian fireball in the sky, so I can go back to
normal.

Change-Id: I6fdcd12f3d3e62c367115f3712cc0fd36eeff78d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3568
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/emacs/config/custom.el')
-rw-r--r--users/tazjin/emacs/config/custom.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/users/tazjin/emacs/config/custom.el b/users/tazjin/emacs/config/custom.el
index 91eaf69ae5..2bb7ad4896 100644
--- a/users/tazjin/emacs/config/custom.el
+++ b/users/tazjin/emacs/config/custom.el
@@ -9,9 +9,7 @@
  '(cargo-process--enable-rust-backtrace 1)
  '(company-auto-complete (quote (quote company-explicit-action-p)))
  '(company-idle-delay 0.5)
- '(custom-safe-themes
-   (quote
-    ("d61fc0e6409f0c2a22e97162d7d151dee9e192a90fa623f8d6a071dbf49229c6" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "89336ca71dae5068c165d932418a368a394848c3b8881b2f96807405d8c6b5b6" default)))
+ '(custom-enabled-themes (quote (gruber-darker)))
  '(display-time-default-load-average nil)
  '(display-time-interval 30)
  '(elnode-send-file-program "/run/current-system/sw/bin/cat")