From 4d8a36061be55809a94316adf8102686012b5ec1 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 15 May 2020 21:12:51 +0200 Subject: [PATCH] Stop with light theme experiment I don't think it makes any notable difference --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 0f2d34c..de12e3e 100644 --- a/config.org +++ b/config.org @@ -55,7 +55,7 @@ A list of all doom themes can be found here: https://github.com/hlissner/emacs-doom-themes #+BEGIN_SRC emacs-lisp -(setq doom-theme 'doom-solarized-light) +(setq doom-theme 'doom-one) #+END_SRC ** Line numbers