Commit graph

8 commits

Author SHA1 Message Date
Steve Purcell
27d79c54d8 Fix dumb mistake in recipes/.dir-locals.el 2014-09-03 15:57:15 +01:00
Steve Purcell
b0d2812d31 In recipe buffers, override package-build-*-dir
This ensures that recipes can simply be opened and built in-place using
C-c C-c, even if package-build had previously been initialized with a
different base directory.

See https://github.com/cask/cask/issues/236
2014-09-03 09:41:30 +01:00
Steve Purcell
f22507a515 Use flycheck-disabled-checkers to turn off flycheck in recipes 2013-12-19 14:44:38 +00:00
Steve Purcell
ce80c172ff Disable flycheck in recipes dir 2013-12-17 12:37:04 +00:00
Steve Purcell
24a87204f2 Suppress flycheck (if enabled) when editing recipes 2013-08-13 14:58:15 +01:00
Steve Purcell
ae77c7ff77 Helpers for recipe authors
- Add helper function `package-build-create-recipe`
- Add `package-build-minor-mode`, enabled for recipes: C-c C-c builds current recipe
- Opening recipe files causes `package-build` to get loaded, and
  `package-build-minor-mode` to get enabled
2013-03-24 13:10:45 +00:00
Steve Purcell
d23d831e30 Stop recipes dir-locals from breaking dired (fixes #103) 2012-05-05 08:32:24 +01:00
Steve Purcell
b1ba64ef33 Use a .dir-locals file to force recipes to open in emacs-lisp mode 2012-04-23 18:29:22 +01:00