summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-03-16 14:35:20 +0100
committerAlan Pearce2016-03-16 14:35:20 +0100
commit351c19a861ce2c80bde77b851db56697083a5c1b (patch)
treef6a8f896c6e191bd2d73956b03328862c7ce6178 /tag-emacs/emacs.d
parentf18d9e1910b925eea3e67466ccd519bfce8e9936 (diff)
downloaddotfiles-351c19a861ce2c80bde77b851db56697083a5c1b.tar.lz
dotfiles-351c19a861ce2c80bde77b851db56697083a5c1b.tar.zst
dotfiles-351c19a861ce2c80bde77b851db56697083a5c1b.zip
Emacs: Try minimal-theme
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org8
1 files changed, 3 insertions, 5 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 2ce7be0..585adec 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -125,14 +125,12 @@ lot of modes.
               (load-theme 'solarized-light t)))
 #+END_SRC
 
-Let’s try spacemacs-light for a while.
+Let’s try a more minimal theme.
 
 #+BEGIN_SRC emacs-lisp
-  (use-package spacemacs-common
-    :ensure spacemacs-theme
+  (use-package minimal-theme
     :config (progn
-              (setq spacemacs-theme-org-highlight t)
-              (load-theme 'spacemacs-light t)))
+              (load-theme 'minimal-light t)))
 #+END_SRC
 
 Colourise colour names in certain types of buffer.  I don’t use this