core: update docsting in dotfile template

This commit is contained in:
syl20bnr 2015-12-04 00:28:36 -05:00
parent 246ebc1a27
commit 855d8f8f44

View file

@ -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 <C-i>
;; and TAB or <C-m> 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