summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-20 14:50:23 +0200
committerGravatar Tom Willemse2014-04-20 14:50:23 +0200
commit6e1b09cd2d5cc2b131d6a8e51cff77c45d3f59fe (patch)
tree8eccdb0e8bb2e6954cb7a38b7412ac533976c17d /.emacs.d/init.el
parentd8e47a68ef259725d02a79a1d2012e4274277c63 (diff)
downloademacs-6e1b09cd2d5cc2b131d6a8e51cff77c45d3f59fe.tar.gz
emacs-6e1b09cd2d5cc2b131d6a8e51cff77c45d3f59fe.zip
Move maximum log size setting to init.org
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 0855468..36ebfc7 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -910,7 +910,6 @@ from myaethon2.core.decorators import (
;;;; Unconditional settings
-(setq message-log-max 1000)
(setq redisplay-dont-pause t)
(setq use-dialog-box nil)
(setq user-full-name "Tom Willemse")