Skip to content
John Gabriele edited this page Oct 16, 2015 · 3 revisions

GNU Emacs

To have Emacs open .pxi files using clojure-mode, put the following into your ~/.emacs file:

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

Clone this wiki locally