General update for docstrings and comments & minor refactor

This commit is contained in:
Henrik Lissner 2018-01-15 00:43:17 -05:00
parent 6790d666e0
commit 45c2221316
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
7 changed files with 12 additions and 14 deletions

View file

@ -101,9 +101,10 @@ immediately runs it on the current candidate (ending the ivy session)."
cmd
'(("O" +ivy-git-grep-other-window-action "open in other window"))))
;; 1. Remove character limit from `counsel-ag-function'
;; 2. This may need to be updated frequently, to meet changes upstream
;; 3. counsel-ag, counsel-rg and counsel-pt all use this function
;; Removes character limit from `counsel-ag-function'
;;
;; This may need to be updated frequently, to meet changes upstream
;; counsel-ag, counsel-rg and counsel-pt all use this function
(advice-add #'counsel-ag-function :override #'+ivy*counsel-ag-function))