summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.org')
-rw-r--r--.emacs.d/init.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index 6a4b086..d2d1c2c 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -558,6 +558,17 @@
(setq-default tab-width 4)
#+END_SRC
+** Keep the message buffer from growing too large
+
+ Keep at most one-thousand messages in the ~*Messages*~ buffer. I can
+ leave my Emacs session running for quite long times, sometimes
+ days, at a time. If there are a lot of messages it can get a little
+ tricky to manage/search.
+
+ #+BEGIN_SRC emacs-lisp
+ (setq message-log-max 1000)
+ #+END_SRC
+
* Load custom file
I don't really use the Emacs customization interface much, but I