diff --git a/recipes/main-line.rcp b/recipes/main-line.rcp new file mode 100644 index 00000000..3fbe5eef --- /dev/null +++ b/recipes/main-line.rcp @@ -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) diff --git a/recipes/soothe-theme.rcp b/recipes/soothe-theme.rcp new file mode 100644 index 00000000..c9cdb453 --- /dev/null +++ b/recipes/soothe-theme.rcp @@ -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))