From ee972e7a3f9751ffc6b685ad9d6740dfbb24eed8 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 7 Jun 2020 02:23:40 -0400 Subject: [PATCH] Update doc comments in {init,config}.el templates --- core/templates/config.example.el | 2 +- init.example.el | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/templates/config.example.el b/core/templates/config.example.el index eb04550e2..017ce3f6b 100644 --- a/core/templates/config.example.el +++ b/core/templates/config.example.el @@ -39,7 +39,7 @@ ;; Here are some additional functions/macros that could help you configure Doom: ;; ;; - `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 ;; - `add-load-path!' for adding directories to the `load-path', relative to ;; this file. Emacs searches the `load-path' when you load packages with diff --git a/init.example.el b/init.example.el index 9e3b4a7b9..407817472 100644 --- a/init.example.el +++ b/init.example.el @@ -4,11 +4,11 @@ ;; 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 -;; documentation. There you'll find information about all of Doom's -;; modules and what flags they support. +;; documentation. There you'll find a "Module Index" link where you'll find +;; 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 -;; '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). ;; ;; Alternatively, press 'gd' (or 'C-c g d') on a module to browse its