~pass all commandline args to emacs

Editor command will now pass all command line args to emacs program
This commit is contained in:
AChavali
2020-02-09 23:51:20 +00:00
parent e6ac30765f
commit 00b51d1671

2
zshenv
View File

@@ -15,7 +15,7 @@ export XDG_RUNTIME_DIR=/run/user/`id -u`
# Programming # Programming
editor() { editor() {
nohup emacs $1 > /dev/null & nohup emacs $@ > /dev/null &
} }
gentemplate() { gentemplate() {