mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix name of solarized package
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user