# HG changeset patch # User Oleksandr Gavenko # Date 1473511230 -10800 # Node ID f4aad8cbd10341d3380d3077b12954a884814753 # Parent 9cc3eb1e06a88cb70483941b7e6145bdd817cfa8 Use shell glob instead regex for helm-locate. diff -r 9cc3eb1e06a8 -r f4aad8cbd103 .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)