Created
January 1, 2013 04:39
-
-
Save syl20bnr/4425208 to your computer and use it in GitHub Desktop.
zsh aliases for emacs. It starts the emacs daemon if required.
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
export EDITOR='emacsclient -t -n -a ""' | |
alias ec='emacsclient -c -n -a ""' | |
alias et='emacsclient -t -a ""' | |
ecs() { emacsclient -c -n -a emacs "/sudo::$*" } | |
ets() { emacsclient -t -a emacs "/sudo::$*" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment