Merge pull request #2312 from laMudri/patch-1

Fix package name in 3rd party theme example
This commit is contained in:
Henrik Lissner 2020-01-05 20:08:11 -05:00 committed by GitHub
commit b85d6997bb
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
;;; add to ~/.doom.d/packages.el
(package! solarized)
(package! solarized-theme)
;;; add to ~/.doom.d/config.el
(setq doom-theme 'solarized-dark)