Skip to content

Commit

Permalink
Fix dumb mistake in recipes/.dir-locals.el
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Sep 3, 2014
1 parent b0d2812 commit 27d79c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/.dir-locals.el
Expand Up @@ -10,5 +10,5 @@
(require 'package-build)))
(package-build-minor-mode)
(set (make-local-variable 'package-build-working-dir) (expand-file-name "../working/"))
(set (make-local-variable 'package-build-archive-dir)) (expand-file-name "../packages/")
(set (make-local-variable 'package-build-recipes-dir)) default-directory)))))
(set (make-local-variable 'package-build-archive-dir) (expand-file-name "../packages/"))
(set (make-local-variable 'package-build-recipes-dir) default-directory))))))

0 comments on commit 27d79c5

Please sign in to comment.