From 855d8f8f4444cbee1a4de88a9e93271902dce87f Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Fri, 4 Dec 2015 00:28:36 -0500 Subject: [PATCH] core: update docsting in dotfile template --- core/templates/.spacemacs.template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/core/templates/.spacemacs.template b/core/templates/.spacemacs.template index c9e177772..7793755ca 100644 --- a/core/templates/.spacemacs.template +++ b/core/templates/.spacemacs.template @@ -113,11 +113,14 @@ values." ;; Major mode leader key accessible in `emacs state' and `insert state'. ;; (default "C-M-m) dotspacemacs-major-mode-emacs-leader-key "C-M-m" - ;; This variable controls whether separate commands are bound in the GUI to - ;; C-i and TAB. Setting it to a non-nil value, allows for separate commands. - ;; In the terminal, these keys are generally indistinguishable, so this only + ;; These variables control whether separate commands are bound in the GUI to + ;; the key pairs C-i, TAB and C-m, RET. + ;; Setting it to a non-nil value, allows for separate commands under + ;; and TAB or and RET. + ;; In the terminal, these pairs are generally indistinguishable, so this only ;; works in the GUI. (default nil) dotspacemacs-distinguish-gui-tab nil + dotspacemacs-distinguish-gui-ret nil ;; The command key used for Evil commands (ex-commands) and ;; Emacs commands (M-x). ;; By default the command key is `:' so ex-commands are executed like in Vim