Chen Bin
Chen Bin
889466d *.pdf should not be excluded because it is viewable (Chen Bin) BTW, you can customize `ffip-ignore-filenames`
@abo-abo , we can use both solution, if `grep` exists use it, else use elisp.
@basil-conto . Thanks for the heads up, here is my new set up of `counsel-git-grep` ```lisp (defun counsel-etags-positive-regex (patterns) "Extract positive regex from PATTERNS." (let* ((re (car patterns))) (cond ((or...
thanks for the info. Could you share me your fix?
61e80d1d dired setup (Chen Bin)
Not sure what do you mean "switch project", The project root is calculated in real time by `(ffip-project-root)` ```lisp (defcustom ffip-project-file '(".svn" ".hg" ".git") "The file/directory used to locate project...