vote up 2 vote down star

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.

flag
5  
duplicate of stackoverflow.com/questions/154097/… – alex vasi Jul 15 at 11:52
ahky. I didn't see that question when I was searching. If anyone can close this. Please do. – Stephen Jul 15 at 11:54
@Stephen You can delete the question if you want – Trey Jackson Jul 15 at 14:32
says I can't. To many answers and upvotes. – Stephen Jul 15 at 15:46

5 Answers

vote up 1 vote down check

You can find my .emacs at github, all settings are split into separate files (for different programming languages, etc.), located in rc subdirectory

link|flag
vote up 1 vote down

Steve Yegge's is my favourite.

And also check this link. http://www.dotemacs.de/

link|flag
vote up 3 vote down
(setq visible-bell t)

Nothing irritates me more than that god forsaken beep.

link|flag
vote up 2 vote down

I suggest Steve Yegge's .emacs file with his emacs article.

link|flag
Steve Yegge is the reason I got into emacs :) – Stephen Jul 15 at 11:57
vote up 2 vote down

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.

link|flag
This is a cool answer. I do have some UI settings in my .emacs and it is annoying how it visibly changed on start up. – Stephen Jul 15 at 11:55
How often do you restart emacs? – jrockway Jul 16 at 21:03

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.