feat(emacs): form-feed-st
This commit is contained in:
@@ -179,4 +179,16 @@ for example when calling `shell'.")
|
|||||||
:modeline nil
|
:modeline nil
|
||||||
:ttl 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)
|
(provide 'syd-ui)
|
||||||
|
|||||||
Reference in New Issue
Block a user