Fix: Warning: assignment to free variable `helm-locate-command'.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 11 Sep 2016 11:30:26 +0300
changeset 1428 75b892343aee
parent 1427 1ce0756c4973
child 1429 f918516ffeb0
Fix: Warning: assignment to free variable `helm-locate-command'.
.emacs-my
--- a/.emacs-my	Sun Sep 11 11:29:01 2016 +0300
+++ b/.emacs-my	Sun Sep 11 11:30:26 2016 +0300
@@ -1080,6 +1080,9 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "helm")
 
+(eval-when 'compile
+  (require 'helm-locate nil t))
+
 (setq helm-locate-command "locate %s -e %s")
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;