Where do I start writing my own emacs configuration?

I want to write my own emacs config, i am a neovim and spacemacs user. I dont want to use an evil mode.

2 points · 1 comments · view on lemmy.world

1 Comments

MitchellMarquez42@alien.top · 1 pts · 2y

Open .config/emacs/init.el and get cracking. To get familiar with bindings and stuff, C-h t. The built-in elisp manual is also pretty good