From 3f7263f2fe0f9409318c5c5ffde074fd7b1f7c95 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 14 Nov 2019 14:58:22 +0100 Subject: [PATCH] Remove the unneeded smart-mode-line-light from the enabled themes list --- customizations.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customizations.el b/customizations.el index a28aecf..21ab5c3 100644 --- a/customizations.el +++ b/customizations.el @@ -9,11 +9,11 @@ '(column-number-mode t) '(cursor-color "#ffd85c") '(cursor-type (quote bar)) - '(custom-enabled-themes (quote (smart-mode-line-dark tango-dark))) + '(custom-enabled-themes (quote (tango-dark tango))) '(custom-file (concat user-emacs-directory "customizations.el")) '(custom-safe-themes (quote - ("a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" default))) + ("84d2f9eeb3f82d619ca4bfffe5f157282f4779732f48a5ac1484d94d5ff5b279" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" default))) '(echo-keystrokes 0.1) '(epg-gpg-program "gpg2") '(fill-column 98)