mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #3322 from zackteo/develop
Update doc comments in {init,config}.el templates
This commit is contained in:
@ -47,8 +47,8 @@
|
|||||||
;; - `map!' for binding new keys
|
;; - `map!' for binding new keys
|
||||||
;;
|
;;
|
||||||
;; To get information about any of these functions/macros, move the cursor over
|
;; To get information about any of these functions/macros, move the cursor over
|
||||||
;; the highlighted symbol at press 'K' (non-evil users must press 'C-c g k').
|
;; the highlighted symbol at press 'K' (non-evil users must press 'C-c c k').
|
||||||
;; This will open documentation for it, including demos of how they are used.
|
;; This will open documentation for it, including demos of how they are used.
|
||||||
;;
|
;;
|
||||||
;; You can also try 'gd' (or 'C-c g d') to jump to their definition and see how
|
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
|
||||||
;; they are implemented.
|
;; they are implemented.
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
;; 'C-c c 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 c d') on a module to browse its
|
||||||
;; directory (for easy access to its source code).
|
;; directory (for easy access to its source code).
|
||||||
|
|
||||||
(doom! :input
|
(doom! :input
|
||||||
|
Reference in New Issue
Block a user