Skip to content
Bruno Heridet edited this page Jun 4, 2020 · 7 revisions

You can put the following line in your kakrc:

hook global WinCreate ^[^*]+$ %{editorconfig-load}

That will set options from editor config for every real file you open in Kakoune. Non-file buffers such as *debug* are ignored.

Source

See Also

Clone this wiki locally