el-get/recipes/fsharp-mode.el
Dimitri Fontaine b08fbfd2bb Implement `el-get-is-lazy' and assorted properties, :prepare and :post-init and :lazy.
Also change all recipes using :after to now use :post-init, and fix
blender-python-mode to rely on :prepare, which it seems to be needing.

Removing :features and :load from recipes where it's possible to be lazy is
scheduled for a later patch...
2011-02-24 22:03:47 +01:00

8 lines
272 B
EmacsLisp

(:name fsharp-mode
:type svn
:url "https://fsharp-mode.svn.sourceforge.net/svnroot/fsharp-mode"
:load-path (".")
:features (fsharp inf-fsharp)
:post-init (lambda ()
(add-to-list 'auto-mode-alist '("\\.fs[iylx]?$" . fsharp-mode))))