From b5499c49294c47f210b3f9a9322d4fc61758eb56 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 11 Feb 2022 11:13:01 +0100 Subject: [PATCH] =?UTF-8?q?[Emacs]=20Well,=20it=20wasn=E2=80=99t=20gonna?= =?UTF-8?q?=20work=20without=20`shell-command'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- org/config/emacs.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index bc98540..61ab099 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -3572,7 +3572,8 @@ mode), with the exception of ~s-RET~ which opens an eshell terminal. (shell-command "rofi -show drun" (current-buffer) (current-buffer)))) :wk "drun") "rw" '((lambda () (interactive) - (with-temp-buffer "rofi -show window" (current-buffer) (current-buffer))) + (with-temp-buffer + (shell-command "rofi -show window" (current-buffer) (current-buffer)))) :wk "windows") "R" '(:ignore t :wk "restart") "Rr" #'exwm-reset