fix(emacs.d): Avoid advising split-window-* functions
Advising these functions apparently breaks things internally.
This commit is contained in:
parent
637cb0bd2a
commit
4a0cf0de98
2 changed files with 12 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue