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)
This commit is contained in:
Vincent Ambo 2020-01-05 01:13:00 +00:00
parent 85ee07457c
commit b2cd30bfd4
3 changed files with 0 additions and 33 deletions

View file

@ -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)