el-get/recipes/egg.rcp

7 lines
391 B
Plaintext

(: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 git
:url "https://github.com/byplayer/egg.git"
:load-path (".")
:compile nil ;; egg uses eval at places which breaks compilation
:features egg)