mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
Refactor out s.el usage
This commit is contained in:
@@ -195,6 +195,6 @@ for function signatures or notes. Run again to clear the header line."
|
||||
(concat (propertize (format nlinum-format (line-number-at-pos beg))
|
||||
'face 'font-lock-comment-face)
|
||||
(let ((content (buffer-substring beg end)))
|
||||
(setq content (s-replace "\n" " " content))
|
||||
(setq content (replace-regexp-in-string "\n" " " content t t))
|
||||
(setq content (replace-regexp-in-string "\\s-+" " " content))
|
||||
content)))))
|
||||
|
Reference in New Issue
Block a user