From 904523293cc96f0851593fa87ee2dd61a8601359 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 18 Jan 2018 00:27:22 -0500 Subject: [PATCH] conventions: add SPC m f for web frameworks --- doc/CONVENTIONS.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/CONVENTIONS.org b/doc/CONVENTIONS.org index 82e3b7e42..22158fd01 100644 --- a/doc/CONVENTIONS.org +++ b/doc/CONVENTIONS.org @@ -35,6 +35,7 @@ - [[#toggles][Toggles]] - [[#refactoring][Refactoring]] - [[#code-formatting][Code Formatting]] + - [[#web-frameworks][Web frameworks]] - [[#help-or-documentation][Help or Documentation]] - [[#writing-documentation][Writing documentation]] - [[#spacing-in-documentation][Spacing in documentation]] @@ -352,6 +353,9 @@ Major-mode code formatting is under prefix ~SPC m =~. | ~m = b~ | format current buffer | | ~m = f~ | format current function | +** Web frameworks +Web frameworks key bindings should go under ~SPC m f~. + ** Help or Documentation The base prefix for help commands is ~SPC m h~. Documentation is considered as an help command.