From: Ian Jackson Date: Sat, 11 Aug 2018 08:45:25 +0000 (+0100) Subject: reuse frames (did this a while ago) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=ian-dotfiles.git;a=commitdiff_plain;h=478d48630e1716f5ee64f0e1b3ca21c0e3d5e7ea reuse frames (did this a while ago) --- diff --git a/dot/emacs b/dot/emacs index e696b6a..e05af69 100644 --- a/dot/emacs +++ b/dot/emacs @@ -13,6 +13,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(blink-cursor-mode nil) + '(display-buffer-reuse-frames t) '(font-use-system-font t) '(inhibit-startup-screen t) '(send-mail-function (quote sendmail-send-it)))