Skip to content

Instantly share code, notes, and snippets.

@Mon-Ouie
Created April 23, 2013 13:55
Show Gist options
  • Save Mon-Ouie/5443750 to your computer and use it in GitHub Desktop.
Save Mon-Ouie/5443750 to your computer and use it in GitHub Desktop.
(defun tmp-function (argument)
(interactive (list (read-string "enter: " "default")))
(message "the argument was %s" argument))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment