mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Refactor out s.el usage
This commit is contained in:
@ -17,7 +17,7 @@ Fallback to repository root."
|
||||
(error
|
||||
(setq url (shell-command-to-string "hub browse -u --"))
|
||||
(setq url (if url
|
||||
(concat (s-trim url) "/"
|
||||
(concat (string-trim url) "/"
|
||||
(file-relative-name (buffer-file-name)
|
||||
(doom-project-root))
|
||||
(when (use-region-p)
|
||||
|
Reference in New Issue
Block a user