From 00f0950253e447dc068faab6afadca699aa685d1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 26 Jul 2019 10:31:51 +0200 Subject: Emacs: use preloaded trim function --- emacs/.emacs.d/main.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/main.el') 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) -- cgit 1.4.1