Minor refactors & comment correction

This commit is contained in:
Henrik Lissner 2020-02-02 16:03:34 -05:00
parent 047ea8dab5
commit 04d14bcba9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 8 additions and 5 deletions

View file

@ -388,7 +388,7 @@ These are side-by-side comparisons, showing how to bind keys with and without
*** package!
#+BEGIN_SRC elisp :eval no
;; To install a package that can be found on ELPA or any of the sources
;; specified in `doom-core-package-sources':
;; specified in `straight-recipe-repositories':
(package! evil)
(package! js2-mode)
(package! rainbow-delimiters)