diff options
author | tazjin <tazjin@tvl.su> | 2022-03-06T11·53+0000 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-03-07T11·44+0000 |
commit | 270a4de7aceaa2b0d845a418e116ec01dd5102f0 (patch) | |
tree | 2bca75e18489b296d2252c324d8e4df77720b35a /users/tazjin/emacs/config/custom.el | |
parent | c1d016378349c277348af188d2a7863d0f33e12c (diff) |
style(tazjin/emacs): Disable my dark theme (again) r/3895
The Egyptian sky fireball has returned. This reverts commit 88b3f367e9de1f1b1d1bbd6432901a5aba60e4ef. Change-Id: I323b8b976a1212258b6914f07acffe8eb9827caa Reviewed-on: https://cl.tvl.fyi/c/depot/+/5361 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/emacs/config/custom.el')
-rw-r--r-- | users/tazjin/emacs/config/custom.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/tazjin/emacs/config/custom.el b/users/tazjin/emacs/config/custom.el index 2bb7ad489600..91eaf69ae59b 100644 --- a/users/tazjin/emacs/config/custom.el +++ b/users/tazjin/emacs/config/custom.el @@ -9,7 +9,9 @@ '(cargo-process--enable-rust-backtrace 1) '(company-auto-complete (quote (quote company-explicit-action-p))) '(company-idle-delay 0.5) - '(custom-enabled-themes (quote (gruber-darker))) + '(custom-safe-themes + (quote + ("d61fc0e6409f0c2a22e97162d7d151dee9e192a90fa623f8d6a071dbf49229c6" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "89336ca71dae5068c165d932418a368a394848c3b8881b2f96807405d8c6b5b6" default))) '(display-time-default-load-average nil) '(display-time-interval 30) '(elnode-send-file-program "/run/current-system/sw/bin/cat") |