- Prefer basic semantic highlighting via grayscale & font weight; no syntax highlighting.
- I use Nicolas Rougier's
nano
as my theme base.
- I use Nicolas Rougier's
- I use
evil
, but my bindings are a chaotic mix of bothvim
&emacs
philosophies - Favour LSP to power an IDE-like experience wherever possible (I use
lsp-mode
eglot
),except for TypeScript, where I usetide
org-mode
for building out a second brain (viaorg-roam
), task management (via a GTD-esque workflow withinorg-roam
), and literate development (viaorg-babel
).straight.el
for package management
- Heavily
copiedborrowed & adapted from Chris Barrett's monster of a setup.