Minor comment tweaks
This commit is contained in:
parent
6cd30c926b
commit
0f8baf3f3e
3 changed files with 3 additions and 5 deletions
|
@ -49,7 +49,7 @@ To have BACKENDS apply to any mode that is a parent of MODES, set MODES to
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Library
|
;;; Library
|
||||||
|
|
||||||
(defun +company--backends ()
|
(defun +company--backends ()
|
||||||
(append (cl-loop for (mode . rest) in +company-backend-alist
|
(append (cl-loop for (mode . rest) in +company-backend-alist
|
||||||
|
@ -65,7 +65,7 @@ To have BACKENDS apply to any mode that is a parent of MODES, set MODES to
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Hooks
|
;;; Hooks
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +company|init-backends ()
|
(defun +company|init-backends ()
|
||||||
|
@ -78,7 +78,7 @@ To have BACKENDS apply to any mode that is a parent of MODES, set MODES to
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Commands
|
;;; Commands
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +company-has-completion-p ()
|
(defun +company-has-completion-p ()
|
||||||
|
|
|
@ -204,7 +204,6 @@ ARG (universal argument), include all files, even hidden or compressed ones."
|
||||||
initial-query))
|
initial-query))
|
||||||
|
|
||||||
|
|
||||||
;; Relative to project root
|
|
||||||
;;;###autoload (autoload '+helm/rg "completion/helm/autoload/helm")
|
;;;###autoload (autoload '+helm/rg "completion/helm/autoload/helm")
|
||||||
;;;###autoload (autoload '+helm/rg-from-cwd "completion/helm/autoload/helm")
|
;;;###autoload (autoload '+helm/rg-from-cwd "completion/helm/autoload/helm")
|
||||||
;;;###autoload (autoload '+helm/ag "completion/helm/autoload/helm")
|
;;;###autoload (autoload '+helm/ag "completion/helm/autoload/helm")
|
||||||
|
|
|
@ -376,7 +376,6 @@ ARG (universal argument), include all files, even hidden or compressed ones."
|
||||||
initial-query))
|
initial-query))
|
||||||
|
|
||||||
|
|
||||||
;; Relative to project root
|
|
||||||
;;;###autoload (autoload '+ivy/rg "completion/ivy/autoload/ivy")
|
;;;###autoload (autoload '+ivy/rg "completion/ivy/autoload/ivy")
|
||||||
;;;###autoload (autoload '+ivy/rg-from-cwd "completion/ivy/autoload/ivy")
|
;;;###autoload (autoload '+ivy/rg-from-cwd "completion/ivy/autoload/ivy")
|
||||||
;;;###autoload (autoload '+ivy/ag "completion/ivy/autoload/ivy")
|
;;;###autoload (autoload '+ivy/ag "completion/ivy/autoload/ivy")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue