mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #137 from bandresen/pr__tools-prodigy
Add tools/prodigy
This commit is contained in:
@ -67,6 +67,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
|
||||
|
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)
|
Reference in New Issue
Block a user