Make `dotspacemacs-major-mode-emacs-leader-key` use same default in core

This commit is contained in:
Maximilian Wolff 2020-03-21 21:14:01 +01:00
parent 782ad723a9
commit 6a745993e3
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ original format spec, and additional customizations.")
"Major mode leader key is a shortcut key which is the equivalent of
pressing `<leader> m`. Set it to `nil` to disable it.")
(defvar dotspacemacs-major-mode-emacs-leader-key "C-M-m"
(defvar dotspacemacs-major-mode-emacs-leader-key (if window-system "<M-return>" "C-M-m")
"Major mode leader key accessible in `emacs state' and `insert state'")
(defvar dotspacemacs-ex-command-key ":"