From e3dc26ad78d8f637fc89671b7fd45c887539bd4c Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 11 Apr 2024 11:25:27 -0400 Subject: [PATCH] Ensure visibility of Emacs frame upon calling shortcuts --- zshrc.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc.org b/zshrc.org index 84d6a5c..18926e6 100644 --- a/zshrc.org +++ b/zshrc.org @@ -344,11 +344,13 @@ This function is a poor-man eselect for configuration files it mv's #+begin_src sh function μ() { eca -e "(mu4e)" + eca -e "(x-focus-frame nil)" } function agenda() { # TODO: add parameter just in case eca -e "(org-agenda-list)" + eca -e "(x-focus-frame nil)" } function kill-emacs() {