~fkinos/emacs

Emacs configuration
Make changes to frame after frame is initialized
Set Dashboard as the initial buffer

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~fkinos/emacs
read/write
git@git.sr.ht:~fkinos/emacs

You can also use your local clone with git send-email.

#Emacs Configuration

Pretty simple and straightforward configuration, it sets up LSP, Vi keybindings and some smaller nice-to-have things.

#Install

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/

#How

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.

Do not follow this link