Chen Bin

Results 306 comments of Chen Bin

It's faster than other packages. It also provides more functionalities. See README.

sorry. I'm not sure how to do it. Could you give me some example?

what's your major mode? Could you give me a sample file?

Try ``` diff --git a/lisp/init-dictionary.el b/lisp/init-dictionary.el index 75ac6337..380bef26 100644 --- a/lisp/init-dictionary.el +++ b/lisp/init-dictionary.el @@ -59,7 +59,8 @@ ;; quit easily (local-set-key (kbd "q") 'my-dict-quit-window) (when (and (boundp 'evil-mode) evil-mode) -...

Could you give me some sample file?

Which package is broken?

I can't reproduce the issue.

`counsel-etags-grep` only need cli program `grep`. It searches text in a project. You can set `counsel-etags-grep-program` or add `grep` into OS env variable `PATH` so emacs can find `grep`. Project...

Could you check `counsel-etags-ignore-filenames`? what's file name of A and B?