recipe: semantic-stickyfunc-enhance

This commit is contained in:
David Holm 2015-04-06 17:29:38 +02:00
parent 1f76e38096
commit b0bf712f3d

View File

@ -0,0 +1,8 @@
(:name semantic-stickyfunc-enhance
:description "An enhancement to stock `semantic-stickyfunc-mode'."
:type github
:pkgname "tuhdo/semantic-stickyfunc-enhance"
:minimum-emacs-version "24.3"
:depends (cedet)
:post-init (eval-after-load 'semantic/util-modes
'(require 'stickyfunc-enhance)))