From beede1da35b4e340050cd94b49dd072b4eadf18a Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 26 Dec 2019 15:06:01 +0000 Subject: [PATCH] for now default theme for linux is tango --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index d9ed81b..5c66bf4 100644 --- a/init.org +++ b/init.org @@ -211,7 +211,7 @@ Some windows specific stuff Windows Theme: #+BEGIN_SRC emacs-lisp -(when *sys/windows* +(when (or *sys/windows* *sys/linux*) (load-theme 'tango)) #+END_SRC ** line wrappings