summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 82632fe..2e0b666 100644 --- a/init.el +++ b/init.el
@@ -592,6 +592,10 @@
592 592
593 (recentf-mode +1)) 593 (recentf-mode +1))
594 594
595(setup repeat
596 (:only-if (fboundp #'repeat-mode))
597 (repeat-mode +1))
598
595(setup (:require savehist) 599(setup (:require savehist)
596 (:option history-length t 600 (:option history-length t
597 history-delete-duplicates t 601 history-delete-duplicates t