Created
March 14, 2012 21:12
-
-
Save thoolihan/2039541 to your computer and use it in GitHub Desktop.
Perhaps my Greatest Emacs Lisp Creation...
This file contains 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
(defun shut-up () | |
(interactive) | |
(setq warning-minimum-level :error)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment