summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-20 14:45:01 +0200
committerGravatar Tom Willemse2014-04-20 14:45:01 +0200
commitd8e47a68ef259725d02a79a1d2012e4274277c63 (patch)
treeb07931dc185ba2aaeeab3b912c9ae767fd094277 /.emacs.d/init.el
parentf6c4ff479528d2807f59dbae700d9f29f4169edd (diff)
downloademacs-d8e47a68ef259725d02a79a1d2012e4274277c63.tar.gz
emacs-d8e47a68ef259725d02a79a1d2012e4274277c63.zip
Move frame title configuration 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 6c37f23..0855468 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -910,7 +910,6 @@ from myaethon2.core.decorators import (
;;;; Unconditional settings
-(setq frame-title-format '(:eval (concat "emacs: " (buffer-name))))
(setq message-log-max 1000)
(setq redisplay-dont-pause t)
(setq use-dialog-box nil)