From d1a622cf8e03e829ac30086178cab61b64282521 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 14 Apr 2021 22:59:28 +0200 Subject: Enable repeat-mode for Emacs≥28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .emacs-custom.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs-custom.el') diff --git a/.emacs-custom.el b/.emacs-custom.el index ef10a73..742822a 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -96,6 +96,7 @@ '(read-char-by-name-group t) '(read-char-by-name-sort 'code) '(read-file-name-completion-ignore-case t) + '(repeat-mode t) '(scroll-bar-mode nil) '(scroll-conservatively 10) '(scroll-preserve-screen-position t) -- cgit v1.2.3