You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
Wanna customize your fringe with Git markers similar to doom emacs? Add this to
your init.el file:
(with-eval-after-load 'flycheck
(setq flycheck-indication-mode 'right-fringe))
(with-eval-after-load 'git-gutter-fringe
(fringe-helper-define 'git-gutter-fr:added '(center repeated) "XXX.....")
(fringe-helper-define 'git-gutter-fr:modified '(center repeated) "XXX.....")
(fringe-helper-define 'git-gutter-fr:deleted '(center repeated) "XXX....."))
๐ฅ Black Mirror, Season 2.
๐ Jean-Pierre Milovanoff, L’offrande sauvage (Grasset, 1999)
๐ รric Vuillard, La guerre des pauvres (Actes Sud, 2019)
Here is how I tweak my `doom-modeline` to enhance simplicity and functionality: (This assumes that the minions package is installed.)

Centaur Emacs - A Fancy and Fast Emacs Configuration. Not interested in
switching from Spacemacs, but in case someone like fancy modeline. (Note that
doom-modeline is now part of Spacemacs default settings, at least the develop
branch.) #emacs
Currently reading: High Performance Numeric Programming with Swift: Explorations
and Reflections. #swift