Skip to content

Instantly share code, notes, and snippets.

@sbseltzer
Created August 15, 2018 01:08
Show Gist options
  • Save sbseltzer/2190f7c3bad55d81ac87a6b02be8de7c to your computer and use it in GitHub Desktop.
Save sbseltzer/2190f7c3bad55d81ac87a6b02be8de7c to your computer and use it in GitHub Desktop.
#!/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