about summary refs log tree commit diff
path: root/tools/emacs/config/desktop.el
diff options
context:
space:
mode:
Diffstat (limited to 'tools/emacs/config/desktop.el')
-rw-r--r--tools/emacs/config/desktop.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/emacs/config/desktop.el b/tools/emacs/config/desktop.el
index fb927b12e4..d923ab584c 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)