Created
December 10, 2015 13:38
-
-
Save xcodebuild/07dc64f6929ae9ea86b6 to your computer and use it in GitHub Desktop.
A shell script to run emacsclient with Emacs GUI daemon
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 | |
| # 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