aliquote.org

Latest micro-posts

You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.

2019-01-15 20:08 #

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....."))
2019-01-14 20:28 #

๐ŸŽฅ Black Mirror, Season 2.

2019-01-14 20:25 #

ย  Nine hours of great music for this ECM playlist.

2019-01-14 12:41 #

๐Ÿ“– Jean-Pierre Milovanoff, L’offrande sauvage (Grasset, 1999)

2019-01-14 12:40 #

ย  Tord Gustavsen Trio, The Other Side.

2019-01-11 20:23 #

๐Ÿ“– ร‰ric Vuillard, La guerre des pauvres (Actes Sud, 2019)

2019-01-11 11:11 #

ย  Tord Gustavsen Trio, The Ground.

2019-01-11 11:09 #

Here is how I tweak my `doom-modeline` to enhance simplicity and functionality: (This assumes that the minions package is installed.)

2019-01-11 10:54 #

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