summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 0e4219b..8289b74 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -353,7 +353,7 @@ With two prefix arguments, write out the day and month name."
 
 (eval-and-compile
   (defun company-tabnine-load-path ()
-    (s-trim-right (shell-command-to-string "ghq list -p company-tabnine"))))
+    (string-trim-right (shell-command-to-string "ghq list -p company-tabnine"))))
 
 (use-package company-tabnine
   :commands (company-tabnine)