diff --git a/.doom.d/config.el b/.doom.d/config.el index 5e2f1ee..de8c228 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -154,9 +154,9 @@ ?\M-:) exwm-input-simulation-keys '(([?\s-F] . [?\C-f]) ) - exwm-input-global-keys '(([?\s-&] . (lambda (command) - (interactive (list (read-shell-command "$ "))) - (start-process-shell-command command nil command))) + exwm-input-global-keys '(([?\M-\s-7] . (lambda (command) + (interactive (list (read-shell-command "$ "))) + (start-process-shell-command command nil command))) ;; splits ([?\s-v] . evil-window-vsplit) ([?\s-z] . evil-window-split) diff --git a/.doom.d/config.org b/.doom.d/config.org index e0a433b..6656f4d 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -296,9 +296,9 @@ Emacs can be your window manager. You need to install the exwm package (make su ?\M-:) exwm-input-simulation-keys '(([?\s-F] . [?\C-f]) ) - exwm-input-global-keys '(([?\s-&] . (lambda (command) - (interactive (list (read-shell-command "$ "))) - (start-process-shell-command command nil command))) + exwm-input-global-keys '(([?\M-\s-7] . (lambda (command) + (interactive (list (read-shell-command "$ "))) + (start-process-shell-command command nil command))) ;; splits ([?\s-v] . evil-window-vsplit) ([?\s-z] . evil-window-split)