diff --git a/init.org b/init.org index ba5669c..00a4ce9 100644 --- a/init.org +++ b/init.org @@ -99,17 +99,17 @@ This needs to be before =boon=/=exwm=, or you get a "failed to define function i ([?\s-u] . split-window-right) ([?\s-q] . exwm-input-toggle-keyboard) - ([?\s-j] . contrapunctus-general-hydra/body) - ([?\s-k] . ido-mini) + ([?\s-j] . ido-mini) + ([?\s-k] . contrapunctus-general-hydra/body) ([?\s-x] . delete-other-windows) ([?\s-t] . split-window-below) ([?\s-n] . split-window-right) + ([?\s-b] . delete-other-windows) ([?\s-m] . contrapunctus-general-hydra/body) ([?\s-w] . ido-mini) - ([?\s-v] . exwm-input-toggle-keyboard) - ([?\s-b] . delete-other-windows))) + ([?\s-v] . exwm-input-toggle-keyboard))) #+END_SRC Use window title for buffer names. #+BEGIN_SRC emacs-lisp