From 031e5fe6c08023556b1c21d96efc3065ef826789 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 7 Nov 2016 17:43:12 +0100 Subject: [PATCH] Finish cleaning up custom-safe-themes --- customizations.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customizations.el b/customizations.el index 642b4f3..ee9b686 100644 --- a/customizations.el +++ b/customizations.el @@ -13,7 +13,7 @@ '(custom-file (concat user-emacs-directory "customizations.el")) '(custom-safe-themes (quote - ("a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" default))) + ("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" default))) '(echo-keystrokes 0.1) '(fill-column 76) '(foreground-color "#5c5cff")