finally added what belongs here

This commit is contained in:
Toon Claes 2011-09-02 15:17:17 +02:00
commit b9fe362216
2 changed files with 41 additions and 0 deletions

11
custom/emacs.zsh Normal file
View file

@ -0,0 +1,11 @@
#!/bin/zsh
# Emacs
function em() {
emacs $@ &>/dev/null &!
}
# Emacs client
function emc() {
emacsclient -n $@
}