diff options
author | Vincent Ambo <mail@tazj.in> | 2024-06-10T07·51+0300 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2024-06-10T07·51+0300 |
commit | 179a4e36d7419394494a19a5f005b0ff4a1dffe9 (patch) | |
tree | ded977fbf971fc8825b9b0ba4c2ebdf23f3b1f45 /third_party/exwm/exwm-input.el | |
parent | 533c3dabab62d23bcbcf924c3242e92945e31020 (diff) | |
parent | 3e6bfe36afc8356bf72d89eff940282db6ea7cba (diff) |
subtree(3p/exwm): update to EXWM 0.30 r/8238
Merge commit '3e6bfe36afc8356bf72d89eff940282db6ea7cba' into HEAD Change-Id: Ieebca600b409765d9109fd2b718bd74e533c12e1
Diffstat (limited to 'third_party/exwm/exwm-input.el')
-rw-r--r-- | third_party/exwm/exwm-input.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/exwm/exwm-input.el b/third_party/exwm/exwm-input.el index f1f035c91ad9..eac0ef6a374e 100644 --- a/third_party/exwm/exwm-input.el +++ b/third_party/exwm/exwm-input.el @@ -46,7 +46,7 @@ '(?\C-x ?\C-u ?\C-h ?\M-x ?\M-` ?\M-& ?\M-:) "List of prefix keys EXWM should forward to Emacs when in `line-mode'. -The point is to make keys like 'C-x C-f' forwarded to Emacs in `line-mode'. +The point is to make keys like `C-x C-f' forwarded to Emacs in `line-mode'. There is no need to add prefix keys for global/simulation keys or those defined in `exwm-mode-map' here." :type '(repeat key-sequence) |