diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-31T13·36+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-31T13·42+0100 |
commit | 84d6fb8f39da41ea3f908b6cbe95c9c9bb4d81f1 (patch) | |
tree | 27f29cdbd7fb93ff1a3c7f027dfe3537fa907362 /emacs/.emacs.d/wpc/keybindings.el | |
parent | a2d45c8db75a5656d8ba7ef2c88fb532f4b41805 (diff) |
Lint window-manager.el
- change `exwm/` prefixes to `window-manager-` - add Version, URL, Package-Requires sections - move `pkill` into wpc-misc.el - unify `window-manager,` `exwm` competing prefixes
Diffstat (limited to 'emacs/.emacs.d/wpc/keybindings.el')
-rw-r--r-- | emacs/.emacs.d/wpc/keybindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el index 1905353609e2..2f4a703b084c 100644 --- a/emacs/.emacs.d/wpc/keybindings.el +++ b/emacs/.emacs.d/wpc/keybindings.el @@ -128,7 +128,7 @@ (keybinding/exwm "<XF86AudioMicMute>" #'pulse-audio/toggle-microphone) (keybinding/exwm "C-M-c" #'chrome/browse) (keybinding/exwm (kbd/raw 'x11 "s") #'scrot/select) -(keybinding/exwm "<C-M-tab>" #'exwm/switch-to-exwm-buffer) +(keybinding/exwm "<C-M-tab>" #'window-manager-switch-to-exwm-buffer) (general-define-key :keymaps 'override |