Skip to content

Instantly share code, notes, and snippets.

@agumonkey
Created June 1, 2013 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agumonkey/5691739 to your computer and use it in GitHub Desktop.
Save agumonkey/5691739 to your computer and use it in GitHub Desktop.
;;; caret located "wat"
(message "wat")
(defun wat ()
.|. "wat")
;;; C-( should? wrap "wat" but eats the previous s-exp
((message "wat")
defun wat ()
"wat")
@agumonkey
Copy link
Author

Duh. Confused C-( and M-( ..

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