summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
authorAlan Pearce2019-07-26 10:32:53 +0200
committerAlan Pearce2019-07-26 10:32:53 +0200
commit1b6ee19a8dbf75cf4c62446e5527dd37d45ee1b3 (patch)
tree27bdb0d00980298580566e65d34246b4b16a2570 /emacs/.emacs.d/main.el
parent00f0950253e447dc068faab6afadca699aa685d1 (diff)
downloaddotfiles-1b6ee19a8dbf75cf4c62446e5527dd37d45ee1b3.tar.lz
dotfiles-1b6ee19a8dbf75cf4c62446e5527dd37d45ee1b3.tar.zst
dotfiles-1b6ee19a8dbf75cf4c62446e5527dd37d45ee1b3.zip
Emacs: Ensure no byte-compile warnings for string-trim
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 8289b74..1fe9d0d 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -351,6 +351,7 @@ With two prefix arguments, write out the day and month name."
 
 (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"))))