diff options
author | Vincent Ambo <Vincent Ambo> | 2020-01-05T01·13+0000 |
---|---|---|
committer | Vincent Ambo <Vincent Ambo> | 2020-01-05T01·13+0000 |
commit | b2cd30bfd418bf85c7fb705841368cdd2028c678 (patch) | |
tree | a6ec4a99070ce816bc3d4a9b4b3cbb61459bcfa3 /tools/emacs/config/desktop.el | |
parent | 85ee07457c5fe404f38b26e01712831a6c1e4f1e (diff) |
chore(emacs.d): Remove edwina configuration r/331
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)
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) |