From dcc9a63cb05a27f8825a3ac9453c85b7ddf6eb32 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 7 Nov 2016 16:04:10 +0100 Subject: [PATCH] Clean up custom-safe-themes --- customizations.el | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/customizations.el b/customizations.el index 6f98aae..a90848e 100644 --- a/customizations.el +++ b/customizations.el @@ -13,13 +13,7 @@ '(custom-file (concat user-emacs-directory "customizations.el")) '(custom-safe-themes (quote - ("84d2f9eeb3f82d619ca4bfffe5f157282f4779732f48a5ac1484d94d5ff5b279" - "c74e83f8aa4c78a121b52146eadb792c9facc5b1f02c917e3dbb454fca931223" - "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" - "a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" - "1e7e097ec8cb1f8c3a912d7e1e0331caeed49fef6cff220be63bd2a6ba4cc365" - "fc5fcb6f1f1c1bc01305694c59a1a861b008c534cae8d0e48e4d5e81ad718bc6" - default))) + ("a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" default))) '(echo-keystrokes 0.1) '(foreground-color "#5c5cff") '(indent-tabs-mode nil)