From b551c97143a1c2216a81100f2c0f16a88fb3f09c Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 13 Feb 2017 15:59:54 +0100 Subject: [PATCH] mu4e: compose in new frame --- spacemacs | 1 + 1 file changed, 1 insertion(+) diff --git a/spacemacs b/spacemacs index 70e5002..69f5bef 100644 --- a/spacemacs +++ b/spacemacs @@ -191,6 +191,7 @@ before layers configuration." (imagemagick-register-types)) (setq mu4e-html2text-command "elinks -dump") (setq mu4e-use-fancy-chars t) + (setq mu4e-compose-in-new-frame t) (setq evil-in-single-undo t) )