Refactor out s.el usage

This commit is contained in:
Henrik Lissner 2017-04-17 02:18:25 -04:00
parent 96e83e987f
commit ed2e7a65f6
5 changed files with 7 additions and 6 deletions

View file

@ -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)