el-get/recipes/doom-themes.rcp
Vedang Manerikar 3c7ba9f074 Update the recipe for doom-themes
Add the `doom-themes` extensions folder to load-path. All Doom-theme
extensions have moved to their own folder now, so we need to modify
the recipe to include this folder in the load-path.
2022-06-02 10:26:36 -04:00

9 lines
408 B
Plaintext

(:name doom-themes
:website "https://github.com/hlissner/emacs-doom-themes"
:description "DOOM Themes is an opinionated UI plugin and pack of themes extracted from my emacs.d, inspired by some of my favorite color themes."
:depends (all-the-icons cl-lib)
:load-path ("." "extensions")
:type github
:pkgname "hlissner/emacs-doom-themes"
:features doom-themes)