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

Commit

Permalink
Shouldn't have to M-x ucs-insert to do ಠ_ಠ.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Dec 1, 2010
1 parent 2f7de5c commit 6d57d6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions starter-kit-defuns.el
Expand Up @@ -225,6 +225,10 @@ Symbols matching the text at point are put first in the completion list."
(interactive)
(message "%s" (point)))

(defun esk-disapproval ()
(interactive)
(insert "ಠ_ಠ"))

(defun toggle-fullscreen ()
(interactive)
;; TODO: this only works for X. patches welcome for other OSes.
Expand Down

0 comments on commit 6d57d6b

Please sign in to comment.