Skip to content
Daniel Szmulewicz edited this page Jan 28, 2015 · 2 revisions

In order for Emacs to recognise .boot files as valid Clojure source code, include the following in your .init file.

(add-to-list 'auto-mode-alist '("\\.boot\\'" . clojure-mode))
Clone this wiki locally