From d8e47a68ef259725d02a79a1d2012e4274277c63 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Apr 2014 14:45:01 +0200 Subject: Move frame title configuration to init.org --- .emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) (limited to '.emacs.d/init.el') 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) -- cgit v1.2.3-54-g00ecf