Fixes #166 Lower delay for guide-key

Add configuration variable dotspacemacs-guide-key-delay
This commit is contained in:
syl20bnr 2014-11-28 21:48:16 -05:00
parent a04a64eca8
commit cb2d35adbd
3 changed files with 7 additions and 1 deletions

View File

@ -10,6 +10,9 @@ Paths must have a trailing slash (ie. `~/.mycontribs/')"
(defvar dotspacemacs-default-theme 'solarized-light
"Default theme used to start Spacemacs.")
(defvar dotspacemacs-guide-key-delay 0.4
"Guide-key delay in seconds.")
(defvar dotspacemacs-fullscreen-at-startup nil
"If non nil the frame is maximized when Emacs starts up (Emacs 24.4+ only).")

View File

@ -21,6 +21,9 @@
(setq-default
;; Default theme applied at startup
dotspacemacs-default-theme 'solarized-light
;; Guide-key delay in seconds. The Guide-key is the popup buffer listing
;; the commands bound to the current keystrokes.
dotspacemacs-guide-key-delay 0.4
;; If non nil the frame is maximized when Emacs starts up (Emacs 24.4+ only)
dotspacemacs-fullscreen-at-startup nil
;; If non nil smooth scrolling (native-scrolling) is enabled. Smooth scrolling

View File

@ -1194,7 +1194,7 @@ determine the state to enable when escaping from the insert state.")
(setq guide-key/guide-key-sequence '("C-x" "C-c" "SPC" "g" "z" "C-h")
guide-key/recursive-key-sequence-flag t
guide-key/popup-window-position 'right
guide-key/idle-delay 1
guide-key/idle-delay dotspacemacs-guide-key-delay
guide-key/text-scale-amount 0
;; use this in your ~/.spacemacs file to enable tool tip in a
;; graphical envrionment