Minor comment tweaks

This commit is contained in:
Henrik Lissner 2019-04-17 11:19:22 -04:00
parent 6cd30c926b
commit 0f8baf3f3e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 3 additions and 5 deletions

View file

@ -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 ()

View file

@ -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")

View file

@ -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")