Skip to main content
  1. Posts/

clojurescript syntax hilighting in emacs

·1 min

To get emacs to syntax color clojurescript files (cljs) add this to your .emacs (or other emacs config file):

 (setq auto-mode-alist (cons '("\.cljs" . clojure-mode) auto-mode-alist))