Refactor out s.el usage
This commit is contained in:
parent
96e83e987f
commit
ed2e7a65f6
5 changed files with 7 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue