mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor comment tweaks
This commit is contained in:
@ -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 ()
|
||||
(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
|
||||
(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
|
||||
(defun +company-has-completion-p ()
|
||||
|
@ -204,7 +204,6 @@ ARG (universal argument), include all files, even hidden or compressed ones."
|
||||
initial-query))
|
||||
|
||||
|
||||
;; Relative to project root
|
||||
;;;###autoload (autoload '+helm/rg "completion/helm/autoload/helm")
|
||||
;;;###autoload (autoload '+helm/rg-from-cwd "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))
|
||||
|
||||
|
||||
;; Relative to project root
|
||||
;;;###autoload (autoload '+ivy/rg "completion/ivy/autoload/ivy")
|
||||
;;;###autoload (autoload '+ivy/rg-from-cwd "completion/ivy/autoload/ivy")
|
||||
;;;###autoload (autoload '+ivy/ag "completion/ivy/autoload/ivy")
|
||||
|
Reference in New Issue
Block a user