Minor edits.

This commit is contained in:
Derek Taylor
2020-11-20 21:21:19 -06:00
parent 1e0f110202
commit d3d37c568f
2 changed files with 6 additions and 6 deletions

View File

@@ -154,7 +154,7 @@
?\M-:) ?\M-:)
exwm-input-simulation-keys '(([?\s-F] . [?\C-f]) exwm-input-simulation-keys '(([?\s-F] . [?\C-f])
) )
exwm-input-global-keys '(([?\s-&] . (lambda (command) exwm-input-global-keys '(([?\M-\s-7] . (lambda (command)
(interactive (list (read-shell-command "$ "))) (interactive (list (read-shell-command "$ ")))
(start-process-shell-command command nil command))) (start-process-shell-command command nil command)))
;; splits ;; splits

View File

@@ -296,7 +296,7 @@ Emacs can be your window manager. You need to install the exwm package (make su
?\M-:) ?\M-:)
exwm-input-simulation-keys '(([?\s-F] . [?\C-f]) exwm-input-simulation-keys '(([?\s-F] . [?\C-f])
) )
exwm-input-global-keys '(([?\s-&] . (lambda (command) exwm-input-global-keys '(([?\M-\s-7] . (lambda (command)
(interactive (list (read-shell-command "$ "))) (interactive (list (read-shell-command "$ ")))
(start-process-shell-command command nil command))) (start-process-shell-command command nil command)))
;; splits ;; splits