We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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