From 0e7d81a41c3b31c72365bdc80578e032ca864b04 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 24 Sep 2017 15:28:38 +0200 Subject: [PATCH] Add two naming conventions for hydras & app commands --- core/core.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core.el b/core/core.el index d9a864e43..da13699f1 100644 --- a/core/core.el +++ b/core/core.el @@ -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' ;;