Add: tools/prodigy: initial commit

This commit is contained in:
Benjamin Andresen 2017-07-02 14:07:29 +02:00
parent 12025511a1
commit 58881ac9e1
3 changed files with 14 additions and 0 deletions

View file

@ -65,6 +65,7 @@
macos ; macos-specific commands
neotree ; a project drawer, like NERDTree for vim
password-store ; password manager for nerds
prodigy ; manage external services from within emacs
rotate-text ; cycle region at point between text candidates
term ; terminals in Emacs
tmux ; an API for interacting with tmux

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)