Skip to content

Instantly share code, notes, and snippets.

@tnoborio
Created September 8, 2010 05:33
Show Gist options
  • Save tnoborio/569689 to your computer and use it in GitHub Desktop.
Save tnoborio/569689 to your computer and use it in GitHub Desktop.
(defun eshell-swank ()
(interactive)
(require 'compile)
(compilation-start "JAVA_OPTS=\"-Dswank.encoding=utf-8-unix\" lein swank"))
(global-set-key (kbd "C-c s") 'eshell-swank)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment