Skip to content

Instantly share code, notes, and snippets.

@brianc
Created May 2, 2010 06:59
Show Gist options
  • Save brianc/386965 to your computer and use it in GitHub Desktop.
Save brianc/386965 to your computer and use it in GitHub Desktop.
(defun eshell/clear ()
"Clears your eshell if you're spastic"
(interactive)
(let ((inhibit-read-only t))
(erase-buffer)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment