From b2cd30bfd418bf85c7fb705841368cdd2028c678 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 5 Jan 2020 01:13:00 +0000 Subject: chore(emacs.d): Remove edwina configuration Sounds good, doesn't work. (Okay, it does - but not like I want it to and with too many caveats at the moment - maybe later) --- tools/emacs/config/desktop.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tools/emacs/config/desktop.el') 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) -- cgit 1.4.1