diff options
Diffstat (limited to 'tools/emacs/config/desktop.el')
-rw-r--r-- | tools/emacs/config/desktop.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/emacs/config/desktop.el b/tools/emacs/config/desktop.el index fb927b12e4d8..d923ab584c75 100644 --- a/tools/emacs/config/desktop.el +++ b/tools/emacs/config/desktop.el @@ -210,11 +210,4 @@ (exwm-input-set-key (kbd "s-m h") #'randr-layout-hdmi1-extend) (exwm-input-set-key (kbd "s-m s") #'randr-layout-single) -;; Use edwina for window management shortcuts -;; -;; Its initialisation process is oddly stateful, hence configuration -;; happens here before toggling its minor mode. -(setq edwina-keymap-prefix (kbd "s-w")) -(edwina-mode 1) - (provide 'desktop) |