Use repeat-mode on > emacs 28

This commit is contained in:
Case Duckworth 2021-05-28 20:51:07 -05:00
parent db1eb2d7b4
commit 7c7c6e0d3a
1 changed files with 4 additions and 0 deletions

View File

@ -592,6 +592,10 @@
(recentf-mode +1))
(setup repeat
(:only-if (fboundp #'repeat-mode))
(repeat-mode +1))
(setup (:require savehist)
(:option history-length t
history-delete-duplicates t