From d3d37c568fcb13e1bf543034d7e9b38b17f788d2 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Fri, 20 Nov 2020 21:21:19 -0600 Subject: [PATCH] Minor edits. --- .doom.d/config.el | 6 +++--- .doom.d/config.org | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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)