Created
August 15, 2018 01:08
-
-
Save sbseltzer/2190f7c3bad55d81ac87a6b02be8de7c to your computer and use it in GitHub Desktop.
This file contains 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/bash | |
# To install: | |
# Save as runspacemacs and make sure it's in your PATH (I keep mine in ~/bin) | |
# Run chmod u+x runspacemacs | |
new_frame="" | |
if [ "$1" == "" ]; then | |
new_frame="-c" | |
fi | |
emacsclientw $new_frame -a "" $@ & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment