Skip to content

Instantly share code, notes, and snippets.

@kirkins
Created August 12, 2017 21:30
Show Gist options
  • Save kirkins/1fe7da5cc1c71ade0f7bc3f72c84b1e2 to your computer and use it in GitHub Desktop.
Save kirkins/1fe7da5cc1c71ade0f7bc3f72c84b1e2 to your computer and use it in GitHub Desktop.
Emacs remote connection
;; from https://stackoverflow.com/a/20633678/773263
(defun connect-codio ()
(interactive)
(dired "/codio@forwarding.codio.com#50219:/"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment