This is my personal Emacs configuration that I put together over time by collecting from multiple sources. Right now emacs starts up in 0.30-0.4s.
I try to keep it as simple as possible and to maximize performance. The configuration core uses:
use-packagefor organizing configurationevilfor VI modal editing style.straightfor package management.generalfor keybinding settings.
Some nice commands to know:
use-package-reportshows which package were loaded and configured.general-describe-keybindingsshows all keybindings defined usinggeneral.describe-keymapshows the keybindings for a keymap.
I appreciate any feedback, feel free to contact me.