feat(emacs): form-feed-st

This commit is contained in:
2025-08-15 15:15:11 -06:00
parent ce9eb9748f
commit bc145fb0f3

View File

@@ -179,4 +179,16 @@ for example when calling `shell'.")
:modeline nil
:ttl nil)))
(use-package form-feed-st
:config
;; Set the colour of the horizontal lines to be the same as comments.
(custom-theme-set-faces
'user
`(form-feed-st-line
((t :strike-through
,(plist-get (custom-face-attributes-get font-lock-comment-face
(selected-frame))
:foreground)))))
(global-form-feed-st-mode))
(provide 'syd-ui)