diff options
author | noa | 2025-02-23 10:58:31 +0800 |
---|---|---|
committer | noa | 2025-02-23 10:58:31 +0800 |
commit | 9f6de9241d018fafc48643537fcb46a96bfdaa84 (patch) | |
tree | beb34f492d3db04655c55409bc35d0f4095da1e1 /emacs/init.el | |
parent | bf80523f890540bbac61dc8bee27abe4e739d2aa (diff) |
Don't alter history size
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 1 |
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. |