.emacs-my
changeset 1428 75b892343aee
parent 1427 1ce0756c4973
child 1429 f918516ffeb0
--- 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")
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;