added main-line recipe

added soothe theme
This commit is contained in:
Cristian Capdevila 2013-03-18 22:54:28 -04:00
parent fcd4b1eff8
commit 0f8aeae203
2 changed files with 11 additions and 0 deletions

6
recipes/main-line.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name main-line
:website "https://github.com/jasonm23/emacs-mainline"
:description "Mainline for Emacs, a powerline fork"
:type github
:pkgname "jasonm23/emacs-mainline"
:features main-line)

5
recipes/soothe-theme.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name soothe-theme
:type github
:pkgname "jasonm23/emacs-soothe-theme"
:description "Soothe theme for emacs"
:prepare (add-to-list 'custom-theme-load-path default-directory))