Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Make clojure's pretty-fns more discerning.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed May 25, 2010
1 parent d833085 commit fd24e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter-kit-lisp.el
Expand Up @@ -58,7 +58,7 @@


(eval-after-load 'clojure-mode (eval-after-load 'clojure-mode
'(font-lock-add-keywords '(font-lock-add-keywords
'clojure-mode `(("(?\\(fn\\>\\)" 'clojure-mode `(("(\\(fn\\>\\)"
(0 (progn (compose-region (match-beginning 1) (0 (progn (compose-region (match-beginning 1)
(match-end 1) "ƒ") (match-end 1) "ƒ")
nil)))))) nil))))))
Expand Down

0 comments on commit fd24e10

Please sign in to comment.