Created
April 20, 2015 18:41
-
-
Save spiderbit/2aeebcca1eac72f3b743 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** 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