[Emacs] Well, it wasn’t gonna work without `shell-command'

This commit is contained in:
Lucien Cartier-Tilet 2022-02-11 11:13:01 +01:00
parent dd4bd72d70
commit b5499c4929
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 1 deletions

View File

@ -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