From 2d4e8679a20f68f75f8dc1e286b9e7d7450b4a7d Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Tue, 27 May 2025 10:39:49 -0400 Subject: [PATCH] =?UTF-8?q?Embrace=20multi-frame=20=CE=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- global.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/global.org b/global.org index 6e6fee3..8f1bea3 100644 --- a/global.org +++ b/global.org @@ -793,6 +793,8 @@ (require 'mu4e) (require 'helm-mu) (global-set-key (kbd "C-x μ") 'mu4e) + (global-set-key (kbd "C-x 5 μ") (lambda () (interactive) (select-frame (make-frame) (mu4e)))) + (defalias 'μ 'mu4e) (setq mu4e-maildir "~/.mail"