-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
This is what the defaults look like for me (zoomed in a bit):
My config:
(use-package indent-bars
:straight (:host github
:repo "jdtsmith/indent-bars")
:hook ((haskell-mode python-mode yaml-mode) . indent-bars-mode))
I seem to have stipple support, but maybe it's broken?
(set-face-stipple 'default
(,(window-font-width) 1 ,(unibyte-string 1)))` gives the following error
Debugger entered--Lisp error: (error "Invalid stipple attribute" 23 1 "\1")
set-face-attribute(default nil :stipple (23 1 "\1"))
set-face-stipple(default (23 1 "\1"))
eval-expression((set-face-stipple 'default `(,(window-font-width) 1 ,(unibyte-string 1))) nil nil 127)
funcall-interactively(eval-expression (set-face-stipple 'default `(,(window-font-width) 1 ,(unibyte-string 1))) nil nil 127)
command-execute(eval-expression)
I'm not sure what that means really.
skrat and tylerjl
Metadata
Metadata
Assignees
Labels
No labels