Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
emacs: provide joxa feature
  • Loading branch information
Tuncer Ayaz committed Jan 31, 2013
1 parent ad9ab47 commit daae4f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion emacs/joxa.el
Expand Up @@ -36,4 +36,6 @@
;; (require 'parenface)
;; (set-face-foreground 'paren-face "#073642")))

(add-to-list 'auto-mode-alist '("\\.jxa\\'" . joxa-mode))
(add-to-list 'auto-mode-alist '("\\.jxa\\'" . joxa-mode))

(provide 'joxa)

0 comments on commit daae4f2

Please sign in to comment.