diff options
Diffstat (limited to 'common/.emacs.d/init.el')
| -rw-r--r-- | common/.emacs.d/init.el | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index ed3b77f..67aaecc 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -4047,13 +4047,10 @@ instead." "<XF86Launch1>" 'notifications "<XF86Launch2>" 'bluetooth "S-<XF86Launch2>" 'mixer - "<XF86Launch3>" 'next-buffer - "<XF86Launch4>" 'exwm-run - "S-<XF86Launch4>" 'eshell - "<XF86Launch5>" 'switch-to-buffer - "S-<XF86Launch5>" 'kill-buffer-and-maybe-window - "<XF86Launch7>" 'previous-buffer - ) + "<XF86Launch3>" 'switch-to-buffer + "S-<XF86Launch3>" 'kill-buffer-and-maybe-window + "<XF86Launch7>" 'exwm-run + "S-<XF86Launch7>" 'eshell) (defvar-keymap mobile-device-navigate-mode-map "<XF86AudioLowerVolume>" 'next-line |
