Remove the unneeded smart-mode-line-light from the enabled themes list

This commit is contained in:
Gergely Polonkai 2019-11-14 14:58:22 +01:00
parent f4311bca95
commit 3f7263f2fe
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 2 additions and 2 deletions

View File

@ -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)