summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoa2025-02-23 10:58:31 +0800
committernoa2025-02-23 10:58:31 +0800
commit9f6de9241d018fafc48643537fcb46a96bfdaa84 (patch)
treebeb34f492d3db04655c55409bc35d0f4095da1e1
parentbf80523f890540bbac61dc8bee27abe4e739d2aa (diff)
Don't alter history size
-rw-r--r--emacs/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 9419737..1045524 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -703,7 +703,6 @@ With prefix argument TIME, also add the current time."
(shell-file-name "/bin/sh")
;; yes-or-no-p uses y-or-no-p, and read-answer accepts single key press answers
(use-short-answers t)
- (history-length 250)
;; Use a bar cursor and blink it and don't stop blinking it.
(cursor-type 'bar)
;; Support opening new minibuffers from inside existing minibuffers.