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") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;