Skip to content

Instantly share code, notes, and snippets.

@xcodebuild
Created December 10, 2015 13:38
Show Gist options
  • Select an option

  • Save xcodebuild/07dc64f6929ae9ea86b6 to your computer and use it in GitHub Desktop.

Select an option

Save xcodebuild/07dc64f6929ae9ea86b6 to your computer and use it in GitHub Desktop.
A shell script to run emacsclient with Emacs GUI daemon
#!/bin/sh
# Run emacsclient in the gui with emacs --daemon
exec emacsclient -c -n -F '((fullscreen . maximized) (font . "Ubuntu Mono derivative Powerline-18"))' "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment