Skip to content

Commit

Permalink
Require magit before using it in archetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Jun 3, 2013
1 parent 6a58a6f commit 81750f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project-archetypes/js-buster-browser-archetype.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(require 'magit)

(defun create-js-buster-browser (project-name description global)
(interactive "sProject name: \nsDescription: \nsGlobal namespace: ")
(pa-with-new-project project-name "js-buster-browser"
Expand Down

0 comments on commit 81750f7

Please sign in to comment.