From f80cc05d44e12a06939d4df12eecb5199182f70f Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 24 Aug 2015 21:23:28 -0400 Subject: [PATCH] conventions: add toggles conventions --- doc/CONVENTIONS.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/CONVENTIONS.org b/doc/CONVENTIONS.org index 9150ff968..7a7c7a79b 100644 --- a/doc/CONVENTIONS.org +++ b/doc/CONVENTIONS.org @@ -1,5 +1,4 @@ * Spacemacs conventions - ** Table of Contents :TOC@4: - [[#spacemacs-conventions][Spacemacs conventions]] - [[#code-guidelines][Code guidelines]] @@ -31,6 +30,7 @@ - [[#tests][Tests]] - [[#all-languages][All languages]] - [[#language-specific][Language specific]] + - [[#toggles][Toggles]] - [[#refactoring][Refactoring]] - [[#help-or-documentation][Help or Documentation]] - [[#writing-documentation][Writing documentation]] @@ -53,7 +53,6 @@ A package is initialized in a function with name =/init-xxx= where: - =xxx= is the package name ** Key bindings conventions - *** Reserved prefix **** User prefix ~SPC o~ must not be used by any layer. It is reserved for the user. @@ -299,6 +298,10 @@ buffer. Note that there are overlaps, depending on the language we will choose one or more bindings for the same thing +*** Toggles +- Global toggles are under ~SPC t~, ~SPC T~ and ~SPC C-t~ +- Major mode toggles are only under ~SPC m T~ + *** Refactoring Refactoring prefix is ~SPC m r~.