diff options
Diffstat (limited to 'emacs')
-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. |