Skip to content

Instantly share code, notes, and snippets.

@mfcabrera
Created September 30, 2016 10:58
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 mfcabrera/7fc488488cd13e68660d1a751ee8e383 to your computer and use it in GitHub Desktop.
Save mfcabrera/7fc488488cd13e68660d1a751ee8e383 to your computer and use it in GitHub Desktop.
;; Doopla
(defun doopla ()
(interactive)
(with-output-to-temp-buffer "*doopla*"
(shell-command "doopla 2>/dev/null &" "*doopla*" "*Messages*")
(pop-to-buffer "*doopla*")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment