Emacs: Ensure no byte-compile warnings for string-trim
Alan Pearce alan@alanpearce.eu
Fri, 26 Jul 2019 10:32:53 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -351,6 +351,7 @@ "TAB" #'company-complete)) (use-package all-the-icons) +(eval-when-compile (require 'subr-x)) (eval-and-compile (defun company-tabnine-load-path () (string-trim-right (shell-command-to-string "ghq list -p company-tabnine"))))