Skip to content

Commit

Permalink
Delay spacemacs help more.
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoj committed Apr 18, 2015
1 parent 8c2dcd2 commit bfa51e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emacs/spacemacs
Expand Up @@ -97,7 +97,7 @@ before layers configuration."
dotspacemacs-enable-paste-micro-state t
;; 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.2
dotspacemacs-guide-key-delay 0.8
;; If non nil a progress bar is displayed when spacemacs is loading. This
;; may increase the boot time on some systems and emacs builds, set it to
;; nil ;; to boost the loading time.
Expand Down Expand Up @@ -150,6 +150,7 @@ before layers configuration."
layers configuration."
(setq-default
js-indent-level 2)
(setq powerline-default-separator 'arrow)
)

;; Do not write anything past this comment. This is where Emacs will
Expand Down

0 comments on commit bfa51e4

Please sign in to comment.