Use shell glob instead regex for helm-locate.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 10 Sep 2016 15:40:30 +0300
changeset 1425 f4aad8cbd103
parent 1424 9cc3eb1e06a8
child 1426 7dfa8e98a13d
Use shell glob instead regex for helm-locate.
.emacs-my
--- a/.emacs-my	Fri Aug 26 00:09:57 2016 +0300
+++ b/.emacs-my	Sat Sep 10 15:40:30 2016 +0300
@@ -1078,6 +1078,11 @@
 (add-to-list 'magic-mode-alist (cons #'my--large-file-p #'my-large-file-mode))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+(message "helm")
+
+(setq helm-locate-command "locate %s -e %s")
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "bookmark")
 
 ;; (require 'autobm)