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,9 +154,9 @@
?\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
([?\s-v] . evil-window-vsplit) ([?\s-v] . evil-window-vsplit)
([?\s-z] . evil-window-split) ([?\s-z] . evil-window-split)

View File

@@ -296,9 +296,9 @@ 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
([?\s-v] . evil-window-vsplit) ([?\s-v] . evil-window-vsplit)
([?\s-z] . evil-window-split) ([?\s-z] . evil-window-split)