commit a410e947b3dfe336de6d2d7cee0b9049c3e405ce parent 6cb1f6115f46fe5db6f14aaea568b3a34fbd16b4 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Thu, 20 Dec 2018 19:32:57 +0100 Document diff-hl bug Diffstat:
| M | README.md | | | 2 | +- |
| M | personal/itches.md | | | 20 | ++++++++++++++++++++ |
2 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 6072 words in 11 pages +## still reachable: 6136 words in 11 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches.md b/personal/itches.md @@ -400,6 +400,26 @@ Cf. [bug #31586](https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31586). - borked in magit-diff +### diff-hl + +- colored fringe line is discontinued on lines featuring faces with + heights greater than 1 + + ``` shell + $ git init + $ echo "* foo" > README.org + $ git add README.org ; git commit -m README.org README.org + $ echo "* bar" >> README.org + $ echo "* baz" >> README.org + ``` + + ``` elisp + (load-file "…/diff-hl.el") + (global-diff-hl-mode) + (set-face-attribute 'org-level-1 nil :height 1.2) + (find-file "README.org") + ``` + # XFCE - xfwm: hide/remove titlebar/decorations