Skip to content

Instantly share code, notes, and snippets.

@squidsoup
Last active August 29, 2015 13:55
Show Gist options
  • Save squidsoup/8722707 to your computer and use it in GitHub Desktop.
Save squidsoup/8722707 to your computer and use it in GitHub Desktop.
(defun esk-pretty-lambdas () │
(font-lock-add-keywords │
nil `(("(?\\(lambda\\>\\)" │
(0 (progn (compose-region (match-beginning 1) (match-end 1) │
,(make-char 'greek-iso8859-7 107)) │
nil))))))
(add-hook 'prog-mode-hook 'esk-pretty-lambdas)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment