mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor refactor/comment corrections
This commit is contained in:
@ -39,7 +39,7 @@ quelpa. Throws an error if NOERROR is nil and the package isn't installed."
|
|||||||
((assq name package-alist)
|
((assq name package-alist)
|
||||||
'elpa)
|
'elpa)
|
||||||
((not noerror)
|
((not noerror)
|
||||||
(error "%s package not installed" name))))
|
(error "%s package is not installed" name))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun doom-package-outdated-p (name)
|
(defun doom-package-outdated-p (name)
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
;; are no longer needed.
|
;; are no longer needed.
|
||||||
;;
|
;;
|
||||||
;; This system reads packages.el files located in each activated module (and one
|
;; This system reads packages.el files located in each activated module (and one
|
||||||
;; in `doom-core-dir'). These contain `package!` blocks that tell DOOM what
|
;; in `doom-core-dir'). These contain `package!' blocks that tell DOOM what
|
||||||
;; plugins to install and where from.
|
;; plugins to install and where from.
|
||||||
;;
|
;;
|
||||||
;; Why all the trouble? Because:
|
;; Why all the trouble? Because:
|
||||||
|
Reference in New Issue
Block a user