summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/basic.el b/basic.el
index 691ec9d..8110c05 100644
--- a/basic.el
+++ b/basic.el
@@ -102,6 +102,10 @@
(define-key global-map (vector ?\H-b) #'bookmark-jump)
(define-key global-map (vector ?\H-m) #'bookmark-set)
+;;; Repeat
+
+(define-key global-map (vector ?\s-z) #'repeat)
+
;;; where to find the C source code of Emacs.
(setq find-function-C-source-directory "/Users/durand/w.emacs.d/emacs/src/")