From 478d48630e1716f5ee64f0e1b3ca21c0e3d5e7ea Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 11 Aug 2018 09:45:25 +0100 Subject: [PATCH] reuse frames (did this a while ago) --- dot/emacs | 1 + 1 file changed, 1 insertion(+) 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))) -- 2.30.2