Hacker News new | ask | show | jobs
by retyred 6388 days 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
2 comments

...or the vim way ;)
Agreed. 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.
Rather 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/ or similar. Now you can easily lug your whole Emacs configuration around.
my .emacs.el and .emacs.d are under VC. Its very nice.