Fix name of solarized package

This commit is contained in:
James Wood 2020-01-05 15:58:18 +00:00 committed by GitHub
parent f26b148b2b
commit dce7e1c5fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -614,7 +614,7 @@ install it, then load it:
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;;; add to ~/.doom.d/packages.el ;;; add to ~/.doom.d/packages.el
(package! solarized) (package! solarized-theme)
;;; add to ~/.doom.d/config.el ;;; add to ~/.doom.d/config.el
(setq doom-theme 'solarized-dark) (setq doom-theme 'solarized-dark)