diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-24T17·43+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-24T17·43+0100 |
commit | 4a0cf0de9879f016490fee6e4b3b8197d54be29c (patch) | |
tree | 6aa7beb05299419f3597e362bde709f4fa7ec499 /tools/emacs/config/desktop.el | |
parent | 637cb0bd2a091d8a4c60e6566a7d7ba3a83fa6a0 (diff) |
fix(emacs.d): Avoid advising split-window-* functions r/299
Advising these functions apparently breaks things internally.
Diffstat (limited to 'tools/emacs/config/desktop.el')
-rw-r--r-- | tools/emacs/config/desktop.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/emacs/config/desktop.el b/tools/emacs/config/desktop.el index d923ab584c75..05402f68bcff 100644 --- a/tools/emacs/config/desktop.el +++ b/tools/emacs/config/desktop.el @@ -210,4 +210,7 @@ (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 +(edwina-mode 1) + (provide 'desktop) |