DarthFennec / highlight-indent-guides

Emacs minor mode to highlight indentation
573 stars 27 forks source link

Fix `default` face check in `highlight-indent-guides-auto-set-faces` #116

Open fw623 opened 2 years ago

fw623 commented 2 years ago

When the default face is truly not set yet (which is something I experience when using polymode in the initial buffer in EXWM), highlight-indent-guides-auto-set-faces causes an error because color-name-to-rgb expects a string but receives nil.