# HG changeset patch # User Oleksandr Gavenko # Date 1473582626 -10800 # Node ID 75b892343aee0d1c47089dc5d267efa5ecd5b236 # Parent 1ce0756c4973bd3023baea1d84f9df68447bf39d Fix: Warning: assignment to free variable `helm-locate-command'. diff -r 1ce0756c4973 -r 75b892343aee .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") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;