all repos — nixfiles @ 1b6ee19a8dbf75cf4c62446e5527dd37d45ee1b3

System and user configuration, managed by nix and home-manager

Emacs: Ensure no byte-compile warnings for string-trim
Alan Pearce alan@alanpearce.eu
Fri, 26 Jul 2019 10:32:53 +0200
commit

1b6ee19a8dbf75cf4c62446e5527dd37d45ee1b3

parent

00f0950253e447dc068faab6afadca699aa685d1

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.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"))))