Skip to content

Instantly share code, notes, and snippets.

@hyone
Created January 27, 2012 16:00
Show Gist options
  • Save hyone/1689469 to your computer and use it in GitHub Desktop.
Save hyone/1689469 to your computer and use it in GitHub Desktop.
Fix the problem output don't display in quickrun.el
(defadvice quickrun/apply-outputter (after quickrun/fix-scroll-buffer activate)
(recenter))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment