Skip to content

Commit

Permalink
add a few keywords to the emacs mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbmerritt committed May 31, 2012
1 parent 88cc6c3 commit e451813
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions emacs/joxa.el
Expand Up @@ -13,6 +13,8 @@
("defn+" . font-lock-keyword-face) ("defn+" . font-lock-keyword-face)
("defn" . font-lock-keyword-face) ("defn" . font-lock-keyword-face)
("__try" . font-lock-keyword-face) ("__try" . font-lock-keyword-face)
("use" . font-lock-keyword-face)
("ns" . font-lock-keyword-face)
("fn" . font-lock-keyword-face))) ("fn" . font-lock-keyword-face)))


(define-key joxa-mode-map "{" 'paredit-open-curly) (define-key joxa-mode-map "{" 'paredit-open-curly)
Expand Down

0 comments on commit e451813

Please sign in to comment.