From bc145fb0f36cd2a582c7fdb3b87795f8fa68de0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Fri, 15 Aug 2025 15:15:11 -0600 Subject: [PATCH] feat(emacs): form-feed-st --- modules/home/users/crumb/emacs/modules/syd-ui.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/home/users/crumb/emacs/modules/syd-ui.el b/modules/home/users/crumb/emacs/modules/syd-ui.el index 2cf1be2..4be8e93 100755 --- a/modules/home/users/crumb/emacs/modules/syd-ui.el +++ b/modules/home/users/crumb/emacs/modules/syd-ui.el @@ -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)