Skip to content

Commit

Permalink
pop-to-buffer when buffer outputter is specified
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Dec 18, 2011
1 parent 1066765 commit 8a86254
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quickrun.el
Expand Up @@ -403,7 +403,8 @@ if you set your own language configuration.
(curbuf (current-buffer))
(str (buffer-substring (point-min) (point-max))))
(with-current-buffer buf
(insert str))))
(insert str))
(pop-to-buffer buf)))

(defun quickrun/defined-outputter-variable (varname)
(let ((symbol (intern varname))
Expand Down

0 comments on commit 8a86254

Please sign in to comment.