Skip to content

Instantly share code, notes, and snippets.

@pnathan
Created January 15, 2016 17:51
Show Gist options
  • Select an option

  • Save pnathan/d9f74b0bfd2acefeefae to your computer and use it in GitHub Desktop.

Select an option

Save pnathan/d9f74b0bfd2acefeefae to your computer and use it in GitHub Desktop.
supah-shell
(defvar shell-count 0)
(defun supershell ()
(interactive)
(shell (concat "*shell" (number-to-string shell-count) "*"))
(setq shell-count (+ shell-count 1)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment