Skip to content

Instantly share code, notes, and snippets.

@thatismatt
Created April 13, 2017 09:27
Show Gist options
  • Save thatismatt/0895220edcc3c6bc32f8ddf316c177f7 to your computer and use it in GitHub Desktop.
Save thatismatt/0895220edcc3c6bc32f8ddf316c177f7 to your computer and use it in GitHub Desktop.
figwheel-open-in-emacs.sh
#!/bin/sh
emacsclient -n +$2:$3 $1
# NOTE: Use the following to specify a specific Emacs server
# emacsclient -s <emacs-server-name> -n +$2:$3 $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment