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 14:11:47 +0200
commitbb2b8d484ce3a12c069ef0f4f2e4c88f0861ae89 (patch)
tree736c15929f7b62b6d34756d0a466736349b8ff58 /extensions
parentdee10bbddbd3ed572ed87a2b42cd7f0b2a454aca (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: