Use s.el instead of subr-x string funcs
This commit is contained in:
parent
2526101de6
commit
2a377b44f1
6 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@ Fallback to repository root."
|
|||
(error
|
||||
(setq url (shell-command-to-string "hub browse -u --"))
|
||||
(setq url (if url
|
||||
(concat (string-trim url) "/"
|
||||
(concat (s-trim url) "/"
|
||||
(file-relative-name (buffer-file-name)
|
||||
(doom-project-root))
|
||||
(when (use-region-p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue