Skip to content

Instantly share code, notes, and snippets.

@letoh
Created May 21, 2013 06:55
Show Gist options
  • Select an option

  • Save letoh/5617954 to your computer and use it in GitHub Desktop.

Select an option

Save letoh/5617954 to your computer and use it in GitHub Desktop.
(defun self-hater ()
(font-lock-add-keywords
nil `(("\\(\\<self\\>\\)"
(0 (progn (compose-region
(match-beginning 1) (match-end 1)
"(╯°□°)╯︵ ┻━┻")
nil))))))
(add-hook 'python-mode-hook #'self-hater)
@kuanyui
Copy link
Copy Markdown

kuanyui commented Aug 20, 2013

這啥玩意啦wwwwwwwwwwww

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment