fix(emacs.d): Slightly more reliable way of setting edwina prefix
This commit is contained in:
parent
b59788779a
commit
29af390e8c
2 changed files with 4 additions and 1 deletions
|
|
@ -211,6 +211,10 @@
|
|||
(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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue