summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-04-06 13:42:44 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2025-04-06 13:44:20 +0200
commit30e47886bb4b287c3f45dbcd37bc9ca49ce96016 (patch)
tree736c15929f7b62b6d34756d0a466736349b8ff58 /extensions
parent22553f5b0363a108686056e4e5a48a3cd3108297 (diff)
README: Update configuration
Diffstat (limited to 'extensions')
-rw-r--r--extensions/corfu-history.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/corfu-history.el b/extensions/corfu-history.el
index 7120ae8..f4a9c9a 100644
--- a/extensions/corfu-history.el
+++ b/extensions/corfu-history.el
@@ -32,8 +32,8 @@
;; with exponential decay. In order to save the history across Emacs sessions,
;; enable `savehist-mode'.
;;
-;; (corfu-history-mode 1)
-;; (savehist-mode 1)
+;; (corfu-history-mode)
+;; (savehist-mode)
;;; Code: