dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit a4213e78c90ad109e653a721f2c06d85f28ab42c
parent c7f3a3ef38dc706c3332b59c1f293e0e8f7b7b09
Author: Lukas Henkel <lh@entf.net>
Date:   Sun, 12 Feb 2023 12:07:44 +0100

Enable repeat-mode

Diffstat:
Minit.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/init.el b/init.el @@ -333,6 +333,7 @@ '(read-buffer-completion-ignore-case t) '(read-file-name-completion-ignore-case t) '(reb-re-syntax 'string) + '(repeat-mode t) '(ring-bell-function 'ignore) '(save-place-mode t) '(scroll-conservatively 100)