summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-03-26 02:00:26 +0000
committerjao <jao@gnu.org>2024-03-26 02:00:26 +0000
commit05fc1a0ba74efc7831f9e4373894b17d4c09a2e1 (patch)
tree3c7554b29effffe914568ef31ff3c91772b85565
parent72a576075bb04f2a9978ff7c0414e26eec5f3ae3 (diff)
downloadelibs-05fc1a0ba74efc7831f9e4373894b17d4c09a2e1.tar.gz
elibs-05fc1a0ba74efc7831f9e4373894b17d4c09a2e1.tar.bz2
repeat mode tweaks
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el
index dce023f..6965820 100644
--- a/init.el
+++ b/init.el
@@ -184,7 +184,9 @@
;;;; keyboard
(when (> emacs-major-version 27)
(use-package repeat
- :config (setq repeat-echo-function 'repeat-echo-mode-line))
+ :config (setq repeat-echo-function 'repeat-echo-mode-line
+ repeat-exit-key "SHIFT"
+ repeat-exit-timeout 2))
(repeat-mode))
(defun jao-kb-toggle (&optional lyt)