Greater delay for Helm popup
This will allow Emacs to be less laggy. Also fixed indentation on a code block
This commit is contained in:
parent
11517d9c0b
commit
35d285b07a
@ -914,7 +914,7 @@
|
|||||||
variable sets in seconds the time Spacemacs should wait between a key press
|
variable sets in seconds the time Spacemacs should wait between a key press
|
||||||
and the moment =which-key= should be shown.
|
and the moment =which-key= should be shown.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq-default dotspacemacs-which-key-delay 0.4)
|
(setq-default dotspacemacs-which-key-delay 3)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
This variable sets =which-key='s frame position. Possible values are:
|
This variable sets =which-key='s frame position. Possible values are:
|
||||||
@ -2885,7 +2885,7 @@
|
|||||||
The Scheme configuration will be very short, I just need to tell Emacs the
|
The Scheme configuration will be very short, I just need to tell Emacs the
|
||||||
name of the interpreter since it is not the default one:
|
name of the interpreter since it is not the default one:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq geiser-chicken-binary "chicken-csi")
|
(setq geiser-chicken-binary "chicken-csi")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Shortcuts
|
** Shortcuts
|
||||||
|
Loading…
Reference in New Issue
Block a user