diff options
| author | 2026-07-21 18:31:17 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | b318f4b6cf92113209372ec9d6bf61ef7c209ab6 (patch) | |
| tree | 8074dc82b59c301802c123663c77c7730627f896 /_mbsetupuser | |
| parent | dc79030884c95de0101e84d2188b0762eb43777c (diff) | |
| download | new-dotfiles-b318f4b6cf92113209372ec9d6bf61ef7c209ab6.tar.gz new-dotfiles-b318f4b6cf92113209372ec9d6bf61ef7c209ab6.zip | |
emacs: Customize ace-window keys
Diffstat (limited to '_mbsetupuser')
| -rw-r--r-- | _mbsetupuser/.emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_mbsetupuser/.emacs.d/init.el b/_mbsetupuser/.emacs.d/init.el index a08d2d7..6429482 100644 --- a/_mbsetupuser/.emacs.d/init.el +++ b/_mbsetupuser/.emacs.d/init.el @@ -35,6 +35,8 @@ ("C-x o")) :custom-face (aw-leading-char-face ((t (:foreground "#222424" :background "#ff9800")))) + :custom + (aw-keys '(?a ?r ?s ?t ?n ?e ?i ?o)) :config (ace-window-posframe-mode)) |
