diff options
| author | tslil clingman <tslil@posteo.de> | 2025-06-25 20:19:10 +0100 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2025-06-25 20:19:10 +0100 |
| commit | c120d6593cd8f13301b4e3f9d51c4e163912414e (patch) | |
| tree | 3139e804943a5a8f01331eea3d260900893fe3b8 /emacs | |
| parent | 205567cecfeb0a6a50d93767eb87c76a574b1833 (diff) | |
[emacs] correct ace-window movement keys
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/inits/14-movement.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/inits/14-movement.el b/emacs/inits/14-movement.el index 3950fef..66da01f 100644 --- a/emacs/inits/14-movement.el +++ b/emacs/inits/14-movement.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2025-06-25 20h01 BST (anker)> +;; Time-stamp: <2025-06-25 20h18 BST (anker)> ;; ------------------------------------------------------------------- ;; We have expand region at home @@ -69,7 +69,7 @@ :bind (("C-," . ace-window) ("C-x o" . ace-window)) :config - (setq aw-keys '(?a ?r ?s ?t ?c ?e ?n ?i))) + (setq aw-keys '(?n ?r ?s ?t ?h ?e ?a ?i))) ;; ------------------------------------------------------------------- ;; General stuff |
