diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b3a83c6..539be13 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -140,7 +140,6 @@ ([?\M-w] . [C-c]) ([?\M-f] . [C-right]) ([?\M-b] . [C-left]))) -(setq exwm-input-global-keys '(("" . exwm-input-send-next-key))) (push ?\C-ยง exwm-input-prefix-keys) (setq exwm-manage-force-tiling t) (exwm-enable) |