diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-03-17T21·06+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-03-31T19·06+0200 |
commit | eaac33465d7885ec71f161ad769f04103ff2f58f (patch) | |
tree | 8c9dd1f8ca1364a23f1da7264eb58f1655bad6ab | |
parent | ec3e2da5061f3fd0802c38ae681f3088c21db59f (diff) |
fix(custom): Mark gruber-darker safe, again.
This comes up again and again and again and again, for reasons I don't understand or have time to care about.
-rw-r--r-- | init/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/custom.el b/init/custom.el index 16faa4cd0c8f..5baf33da0fda 100644 --- a/init/custom.el +++ b/init/custom.el @@ -10,7 +10,7 @@ '(custom-enabled-themes (quote (gruber-darker))) '(custom-safe-themes (quote - ("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "89336ca71dae5068c165d932418a368a394848c3b8881b2f96807405d8c6b5b6" default))) + ("d61fc0e6409f0c2a22e97162d7d151dee9e192a90fa623f8d6a071dbf49229c6" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "89336ca71dae5068c165d932418a368a394848c3b8881b2f96807405d8c6b5b6" default))) '(elnode-send-file-program "/run/current-system/sw/bin/cat") '(frame-brackground-mode (quote dark)) '(global-auto-complete-mode t) |