From 35d285b07abe081735dee3e7389b5ec14d95b14b Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 25 Feb 2020 12:37:43 +0100 Subject: [PATCH] Greater delay for Helm popup This will allow Emacs to be less laggy. Also fixed indentation on a code block --- org/config/spacemacs.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org/config/spacemacs.org b/org/config/spacemacs.org index 93f829c..d55fbb1 100644 --- a/org/config/spacemacs.org +++ b/org/config/spacemacs.org @@ -914,7 +914,7 @@ variable sets in seconds the time Spacemacs should wait between a key press and the moment =which-key= should be shown. #+BEGIN_SRC emacs-lisp - (setq-default dotspacemacs-which-key-delay 0.4) + (setq-default dotspacemacs-which-key-delay 3) #+END_SRC 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 name of the interpreter since it is not the default one: #+BEGIN_SRC emacs-lisp - (setq geiser-chicken-binary "chicken-csi") + (setq geiser-chicken-binary "chicken-csi") #+END_SRC ** Shortcuts