Skip to content

Commit

Permalink
Load ClojureScript files into clojure-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsardone committed Feb 19, 2012
1 parent e4167ec commit f5a784e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/aps-clojure.el
Expand Up @@ -7,6 +7,8 @@
;; 2. Invoke M-x clojure-jack-in from a project
(require 'clojure-mode)

(add-to-list 'auto-mode-alist '("\\.cljs$" . clojure-mode))

(defun aps-clojure-mode-hook ()
"A hook for clojure mode"
(aps-lisp-coding-hook)
Expand Down

0 comments on commit f5a784e

Please sign in to comment.