Hey Emacs users.
I've started to use Emacs and I've been looking up ways to improve my .emacs file. Some of the stuff goes over my head.
But what I wanted to know is what is in your .emacs file that your couldn't go without.
Hey Emacs users.
I've started to use Emacs and I've been looking up ways to improve my .emacs file. Some of the stuff goes over my head.
But what I wanted to know is what is in your .emacs file that your couldn't go without.
Answering your question tangentially, there is one thing that I try not to put in my .emacs
; UI settings. The reason is that usually, these things can be done in your .Xresources
file (or Windows registry), which saves quite a bit of time starting up emacs.
Want to disable the tool/menu bar? Set the default fonts? Use a colour theme? All things that can be set as X resources.
(setq visible-bell t)
Nothing irritates me more than that god forsaken beep.
Steve Yegge's is my favourite.
And also check this link. http://www.dotemacs.de/