Merge pull request #137 from bandresen/pr__tools-prodigy

Add tools/prodigy
This commit is contained in:
Henrik Lissner 2017-07-17 12:36:05 +02:00 committed by GitHub
commit f35fc10c05
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,9 @@
;;; tools/prodigy/config.el -*- lexical-binding: t; -*-
;;
;; Plugins
;;
(def-package! prodigy
:config
(set! :evil-state 'prodigy-mode 'emacs))

View file

@ -0,0 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; tools/prodigy/packages.el
(package! prodigy)