Created
April 13, 2017 09:27
-
-
Save thatismatt/0895220edcc3c6bc32f8ddf316c177f7 to your computer and use it in GitHub Desktop.
figwheel-open-in-emacs.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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