Merge pull request #137 from bandresen/pr__tools-prodigy
Add tools/prodigy
This commit is contained in:
commit
f35fc10c05
3 changed files with 14 additions and 0 deletions
|
@ -67,6 +67,7 @@
|
||||||
;macos ; MacOS-specific commands
|
;macos ; MacOS-specific commands
|
||||||
neotree ; a project drawer, like NERDTree for vim
|
neotree ; a project drawer, like NERDTree for vim
|
||||||
password-store ; password manager for nerds
|
password-store ; password manager for nerds
|
||||||
|
prodigy ; manage external services from within emacs
|
||||||
rotate-text ; cycle region at point between text candidates
|
rotate-text ; cycle region at point between text candidates
|
||||||
term ; terminals in Emacs
|
term ; terminals in Emacs
|
||||||
tmux ; an API for interacting with tmux
|
tmux ; an API for interacting with tmux
|
||||||
|
|
9
modules/tools/prodigy/config.el
Normal file
9
modules/tools/prodigy/config.el
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
;;; tools/prodigy/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
;;
|
||||||
|
;; Plugins
|
||||||
|
;;
|
||||||
|
|
||||||
|
(def-package! prodigy
|
||||||
|
:config
|
||||||
|
(set! :evil-state 'prodigy-mode 'emacs))
|
4
modules/tools/prodigy/packages.el
Normal file
4
modules/tools/prodigy/packages.el
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
;; -*- no-byte-compile: t; -*-
|
||||||
|
;;; tools/prodigy/packages.el
|
||||||
|
|
||||||
|
(package! prodigy)
|
Loading…
Add table
Add a link
Reference in a new issue