How to set up vale as a linter for text in neovim

How to set up vale correctly by creating a config file and syncing it once.

2024-10-29 · 1 min · 149 words

How to setup neovim to find files from .gitignore

I needed a way to find files with Telescope that are ignored from git via .gitignore, while at the same time exlcuding files from search via .ignore.

2024-10-02 · 7 min · 1351 words

Writing my own calendar syncing solution

Wiring up org-mode and CalDav to syncrhonize my tasks and events in the cloud with just one little Python tool.

2024-01-10 · 9 min · 1899 words

How to fix the "file-missing: Doing vfork" error in Emacs

Documenting a reliable solution for this error that sometimes pops up after changing my Doom Emacs configuration.

2024-01-03 · 2 min · 326 words

How to setup SSH & GPG keys for git

Setting up SSH and GPG keys to use with git for better security and verification.

2023-12-20 · 4 min · 805 words

Setting up my literate config for Emacs

How I have set up my literate Emacs config in org-mode with automatic tangling.

2023-11-24 · 5 min · 968 words

Exporting literal code blocks verbatim from org-mode

How to export verbatim org-mode code with one single character.

2023-11-12 · 2 min · 263 words