Skip to content

Instantly share code, notes, and snippets.

@thoolihan
Created March 14, 2012 21:12
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 thoolihan/2039541 to your computer and use it in GitHub Desktop.
Save thoolihan/2039541 to your computer and use it in GitHub Desktop.
Perhaps my Greatest Emacs Lisp Creation...
(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