Update doc comments in {init,config}.el templates

This commit is contained in:
Henrik Lissner 2020-06-07 02:23:40 -04:00
parent 5627d6d429
commit ee972e7a3f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 4 deletions

View file

@ -39,7 +39,7 @@
;; Here are some additional functions/macros that could help you configure Doom: ;; Here are some additional functions/macros that could help you configure Doom:
;; ;;
;; - `load!' for loading external *.el files relative to this one ;; - `load!' for loading external *.el files relative to this one
;; - `use-package' for configuring packages ;; - `use-package!' for configuring packages
;; - `after!' for running code after a package has loaded ;; - `after!' for running code after a package has loaded
;; - `add-load-path!' for adding directories to the `load-path', relative to ;; - `add-load-path!' for adding directories to the `load-path', relative to
;; this file. Emacs searches the `load-path' when you load packages with ;; this file. Emacs searches the `load-path' when you load packages with

View file

@ -4,11 +4,11 @@
;; in. Remember to run 'doom sync' after modifying it! ;; in. Remember to run 'doom sync' after modifying it!
;; NOTE Press 'SPC h d h' (or 'C-h d h' for non-vim users) to access Doom's ;; NOTE Press 'SPC h d h' (or 'C-h d h' for non-vim users) to access Doom's
;; documentation. There you'll find information about all of Doom's ;; documentation. There you'll find a "Module Index" link where you'll find
;; modules and what flags they support. ;; a comprehensive list of Doom's modules and what flags they support.
;; NOTE Move your cursor over a module's name (or its flags) and press 'K' (or ;; NOTE Move your cursor over a module's name (or its flags) and press 'K' (or
;; 'C-c g k' for non-vim users) to view its documentation. This works on ;; 'C-c c k' for non-vim users) to view its documentation. This works on
;; flags as well (those symbols that start with a plus). ;; flags as well (those symbols that start with a plus).
;; ;;
;; Alternatively, press 'gd' (or 'C-c g d') on a module to browse its ;; Alternatively, press 'gd' (or 'C-c g d') on a module to browse its