el-get/recipes/egg.rcp
Alexander Goldstein 2e3906155b recipe/egg: egg autoloads are too aggresive
egg adds autoloads to find-file-hook, that trigger before egg been initalized.
2021-02-10 15:09:25 -06:00

10 lines
441 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 github
:pkgname "byplayer/egg"
:load-path (".")
:compile nil ;; egg uses eval at places which breaks compilation
:autoloads nil ;; egg autoloads are too aggresive
:features egg
)