4 ms·
i recommend people always use -nw, it will ensure that on the client or remote, you always use emacs the same way. now kill all the menubars and other stuff too
by retyred 18y ago
i recommend people always use -nw, it will ensure that on the client or remote, you always use emacs the same way. now kill all the menubars and other stuff too...if you are going to use emacs, use the keyboard and the help system. that is the emacs-way
- pmarin 18y ago...or the vim way ;)
- newt0311 18y agoAgreed. On my gentoo systems, I just compile emcs without X support. Makes life easy. Also, one critical skill when using emacs is learning to modify the .emacs.el file as time goes on. Over the years, the little things I accumulated in this file make using emacs a much more pleasant experience.
- gecko 18y agoRather than use .emacs, use .emacs.d/init.el. Put any extra modes or Emacs apps there, too. Then throw your whole .emacs.d under version control. Finally, stick it on http://bitbucket.org/ http://bitbucket.org/ or similar. Now you can easily lug your whole Emacs configuration around.
- newt0311 18y agomy .emacs.el and .emacs.d are under VC. Its very nice.