Minor style/comment edits
This commit is contained in:
parent
18adf33087
commit
128b11a8bc
2 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||||
|
|
||||||
;; Removes character limit from `counsel-ag-function'
|
;; Removes character limit from `counsel-ag-function'
|
||||||
;;
|
;;
|
||||||
;; This may need to be updated frequently, to meet changes upstream
|
;; This may need to be updated frequently, to meet changes upstream.
|
||||||
;; counsel-ag, counsel-rg and counsel-pt all use this function
|
;; counsel-ag, counsel-rg and counsel-pt all use this function
|
||||||
(advice-add #'counsel-ag-function :override #'+ivy*counsel-ag-function))
|
(advice-add #'counsel-ag-function :override #'+ivy*counsel-ag-function))
|
||||||
|
|
||||||
|
|
|
@ -15,4 +15,4 @@ Doom Emacs.")
|
||||||
|
|
||||||
;;
|
;;
|
||||||
(load (expand-file-name "init.el" +private-config-path)
|
(load (expand-file-name "init.el" +private-config-path)
|
||||||
:noerror :nomessage))
|
'noerror 'nomessage))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue