From 060dd9b47dc6ac107cf61f590d43a227c644c644 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 18 Apr 2021 11:19:29 +0800 Subject: Repeat is wonderful * basic.el (global-map): Bind repeat to s-z. It is wonderful to be able to repeat a command occasionally. --- basic.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'basic.el') 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/") -- cgit v1.2.3-18-g5258