Add two naming conventions for hydras & app commands
This commit is contained in:
parent
78b6676987
commit
0e7d81a41c
1 changed files with 2 additions and 0 deletions
|
@ -8,7 +8,9 @@
|
||||||
;; doom:... an evil operator, motion or command
|
;; doom:... an evil operator, motion or command
|
||||||
;; doom|... hook function
|
;; doom|... hook function
|
||||||
;; doom*... advising functions
|
;; doom*... advising functions
|
||||||
|
;; doom@... a hydra command
|
||||||
;; ...! a macro or function that configures DOOM
|
;; ...! a macro or function that configures DOOM
|
||||||
|
;; =... an interactive command that starts an app module
|
||||||
;; %... functions used for in-snippet logic
|
;; %... functions used for in-snippet logic
|
||||||
;; +... Any of the above but part of a module, e.g. `+emacs-lisp|init-hook'
|
;; +... Any of the above but part of a module, e.g. `+emacs-lisp|init-hook'
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue