網站地圖 最近更新 News ElispArea 教导

DotEmacsBankruptcy

When your InitFile gets so large that you really need to start over, then you have declared “.emacs bankruptcy”.

The term was coined by RyanMcGeary? on 2007-10-07[1]:

I give up. During the past 6 years of my emacs career, my .emacs initialization file grew to embarrassing levels. As of this morning, it is well over 1000 lines and is a looming burden of disorganization. Startup time is poor, customizations exist for modes that I don’t use anymore (ahem, csharp-mode), and it has been this way for too long….
I thought people should be comfortable with managing ~10000 lines of text with ease. – Leo
For configuration code related to rarely or no longer used modes, you can move the code into eval-after-load forms to reduce emacs startup time. – JisangYoo

CategoryDotEmacs