mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add two naming conventions for hydras & app commands
This commit is contained in:
@ -8,7 +8,9 @@
|
||||
;; doom:... an evil operator, motion or command
|
||||
;; doom|... hook function
|
||||
;; doom*... advising functions
|
||||
;; doom@... a hydra command
|
||||
;; ...! a macro or function that configures DOOM
|
||||
;; =... an interactive command that starts an app module
|
||||
;; %... functions used for in-snippet logic
|
||||
;; +... Any of the above but part of a module, e.g. `+emacs-lisp|init-hook'
|
||||
;;
|
||||
|
Reference in New Issue
Block a user