Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adds durendal for clojure-mode (esp. for slime/repl) goodness
  • Loading branch information
bmabey committed Feb 23, 2011
1 parent 5128af6 commit 486ec47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -46,3 +46,6 @@
[submodule "vendor/ess"] [submodule "vendor/ess"]
path = vendor/ess path = vendor/ess
url = https://github.com/emacsmirror/ess.git url = https://github.com/emacsmirror/ess.git
[submodule "vendor/durendal"]
path = vendor/durendal
url = https://github.com/technomancy/durendal.git
3 changes: 3 additions & 0 deletions initializers.available/durendal.el
@@ -0,0 +1,3 @@
(load-file "~/.emacs.d/vendor/durendal/durendal.el")
(require 'durendal)
(durendal-enable)
1 change: 1 addition & 0 deletions vendor/durendal
Submodule durendal added at d5f8b2

0 comments on commit 486ec47

Please sign in to comment.