Remove rose pine deps

Amolith created

Change summary

dot_doom.d/packages.el | 4 ----
1 file changed, 4 deletions(-)

Detailed changes

dot_doom.d/packages.el 🔗

@@ -16,7 +16,6 @@
 (package! flyspell)
 (package! markdown-mode)
 (package! auto-virtualenv)
-(package! autothemer)
 
 ;; To install a package directly from a remote git repo, you must specify a
 ;; `:recipe'. You'll find documentation on what `:recipe' accepts here:
@@ -27,9 +26,6 @@
 (package! chordpro-mode
   :recipe (:host github :repo "sciurius/chordpro-mode"))
 
-(package! rose-pine-emacs
-  :recipe (:host github :repo "thongpv87/rose-pine-emacs"))
-
 ;; If the package you are trying to install does not contain a PACKAGENAME.el
 ;; file, or is located in a subdirectory of the repo, you'll need to specify
 ;; `:files' in the `:recipe':