Skip to content

Instantly share code, notes, and snippets.

@spiderbit
Created April 20, 2015 18:41
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 spiderbit/2aeebcca1eac72f3b743 to your computer and use it in GitHub Desktop.
Save spiderbit/2aeebcca1eac72f3b743 to your computer and use it in GitHub Desktop.
** Change "yes or no" to "y or n"
Lazy people like me never want to type "yes" when "y" will suffice.
#+BEGIN_SRC emacs-lisp
(fset 'yes-or-no-p 'y-or-n-p)
#+END_SRC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment