for some reason, i found this example given on binding keys in emacs to be lol funny.
(defun loser ()
(interactive “*”)
(insert “You go to hell. You go to hell and you die.”))
(global-set-key “M–” ‘loser)
random($foo) is the occassionally still updated blog of Leonard Lin. My pics are on Flickr, code is on Github. @lhl on Twitter. More »
for some reason, i found this example given on binding keys in emacs to be lol funny.
(defun loser ()
(interactive “*”)
(insert “You go to hell. You go to hell and you die.”))
(global-set-key “M–” ‘loser)