diff --git a/dot_doom.d/config.org b/dot_doom.d/config.org.tmpl similarity index 98% rename from dot_doom.d/config.org rename to dot_doom.d/config.org.tmpl index af1999734bd593d03a042ba6db0d7d280eb611fe..6615286fcf4ebc91e88c52742e1f648a3837aaa9 100644 --- a/dot_doom.d/config.org +++ b/dot_doom.d/config.org.tmpl @@ -55,7 +55,12 @@ There are two ways to load a theme. Both assume the theme is installed and available. Either set ~doom-theme~ or manually load a theme with the ~load-theme~ function. #+BEGIN_SRC emacs-lisp +{{- if eq .theme_variant "dark"}} (setq doom-theme 'doom-dracula) +{{- end }} +{{- if eq .theme_variant "light"}} +(setq doom-theme 'doom-one-light) +{{- end }} #+END_SRC This determines the style of line numbers in effect. Disable line numbers by