Update config
Make changes to frame after frame is initialized
Set Dashboard as the initial buffer
Pretty simple and straightforward configuration, it sets up LSP, Vi keybindings and some smaller nice-to-have things.
Back up your ~/.config/emacs/
first (if you have one):
mv ~/.config/emacs/ ~/.config/emacs.bak/
Clone configuration to your new ~/.config/emacs/
:
git clone https://git.sr.ht/~fkinos/emacs ~/.config/emacs/
The init.el
requires config.el
, which is produced by org-babel and
config.org
. This allows the configuration to be an Org file with comments
and explanations everywhere. Great for config files.