Skip to content

a super simple lisp for running foreman in Emacs

Notifications You must be signed in to change notification settings

rajeshr/foreman.el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

foreman.el

a super simple lisp for running foreman in Emacs

M-x foreman-start will find the Procfile in your current project and boot it up in a dedicated shell buffer.

Installation

$ cd ~/.emacs.d/vendor
$ git clone git://github.com/waymondo/foreman.el.git

In your Emacs config:

(add-to-list 'load-path "~/.emacs.d/vendor/foreman.el")
(require 'foreman)

License

Copyright 2012 (c) Justin Talbott [email protected]

Released under the same license as GNU Emacs.

About

a super simple lisp for running foreman in Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%