Dear byte-compiler, you drive me to drink,
About Emacs Lisp that I have to rethink. The world could end, And humanity transcend, But you'd still be here raising a stink.
This commit is contained in:
parent
45c9fb982d
commit
337c16cb68
4 changed files with 13 additions and 14 deletions
|
@ -303,8 +303,8 @@ order.
|
|||
(projectile-project-name))
|
||||
((file-relative-name directory project-root))))))
|
||||
(require 'counsel)
|
||||
(let ((counsel-more-chars-alist
|
||||
(if query '((t . 1)) counsel-more-chars-alist)))
|
||||
(let ((ivy-more-chars-alist
|
||||
(if query '((t . 1)) ivy-more-chars-alist)))
|
||||
(pcase engine
|
||||
('grep
|
||||
(let ((args (if recursive " -R"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue