Skip to content

Instantly share code, notes, and snippets.

@jaycfields
Last active December 17, 2015 06:18
Show Gist options
  • Save jaycfields/5563929 to your computer and use it in GitHub Desktop.
Save jaycfields/5563929 to your computer and use it in GitHub Desktop.
;;; justification: http://en.wikipedia.org/wiki/%E2%88%98
(eval-after-load 'clojure-mode
'(font-lock-add-keywords
'clojure-mode `(("(\\(comp\\)[[:space:]]"
(0 (progn (compose-region (match-beginning 1)
(match-end 1) "∘")
nil))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment