el-get/recipes/egg.rcp

8 lines
376 B
Plaintext
Raw Normal View History

(:name egg
:description "Egg is an Emacs interface to git. It's a suite composed of a minor-mode and various special-buffers presenting different UIs to help the user performing many git operations."
:type github
:pkgname "byplayer/egg"
:load-path (".")
:compile nil ;; egg uses eval at places which breaks compilation
:features egg)