We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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))
There is also a major mode for Pixie which provides some repl integration based on inf-clojure:
inf-clojure
https://github.com/johnwalker/pixie-mode
in your .vimrc:
au BufNewFile,BufRead *.pxi set filetype=clojure