From 1dbda736bbaa83b4cd046ebe55980c38d1d1520a Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 28 Sep 2018 11:00:36 +0200 Subject: [PATCH] Explicitly load the tango-dark theme --- configuration.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.org b/configuration.org index e5341fe..eb93769 100644 --- a/configuration.org +++ b/configuration.org @@ -68,6 +68,12 @@ Just to make sure, although most Linux DE does this for me. (load "xdg-paths") #+END_SRC +** Load the tango dark theme + +#+BEGIN_SRC emacs-lisp + (load-theme 'tango-dark t) +#+END_SRC + * Custom commands and functions ** Utility functions