{{- $file := "emacs-logo.png" }} {{- $path := printf "content_images/%s" $file}} {{- $img := resources.Get $path }} {{- $img1x := $img.Resize "50x webp" }} {{- $img2x := $img.Resize "100x webp" }}

Emacs

After years of using (neo)vim, I've migrated fully to Emacs. Funny thing about this editor is that it's not only an editor but a style of life.

Here you can find some articles I've written about it:

{{ partial "menu.html" (dict "menuID" "emacs" "page" .) }}