In my bash terminal I have emacs set to run in XWindows. I prefer this to not freeze my terminal session so I run:
emacs filename &
Is there anyway to alias this? I have tried:
xemacs='emacs $1 &'
with no luck.
|
In my bash terminal I have emacs set to run in XWindows. I prefer this to not freeze my terminal session so I run:
Is there anyway to alias this? I have tried:
with no luck. | |||
|
feedback
|
|
You can create a script to do that for you:
| |||||
feedback
|
|
Assuming you're using
It accomplishes the same thing as a wrapper, but without the extra wrapper. | |||||
feedback
|