Add recipe for doom-themes + modeline

This commit is contained in:
Stephan Creutz 2019-01-27 11:58:08 +01:00
parent 9d50e6ce12
commit 9d88f5acb5
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,6 @@
(:name doom-modeline
:website "https://github.com/seagle0128/doom-modeline"
:description "A fancy and fast mode-line which was from DOOM Emacs, but it's more powerful and much faster."
:depends (all-the-icons dash eldoc-eval shrink-path)
:type github
:pkgname "seagle0128/doom-modeline")

7
recipes/doom-themes.rcp Normal file
View File

@ -0,0 +1,7 @@
(: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)
:type github
:pkgname "hlissner/emacs-doom-themes"
:features doom-themes)