I have setup emacs as my default editor in /etc/profile. When I want to use emacs in a terminal. I open it with the -nw option. How can I have the same behavior when doing a crontab -e preventing it to open in a window?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
migrated from serverfault.com Aug 6 '11 at 22:10
|
You have to use
with the quotes, and it should work as expected. |
||||
|
|
|
If you think starting
However, you will have to start the emacs server once using:
|
|||||
|