diff options
| author | 2026-07-24 14:57:01 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | 113c8d05ddee33550ef14ee40e01429ca6dbc0b3 (patch) | |
| tree | a90e5f2c4c7b185406648dd2fd5124cef6bb31a7 /_mbsetupuser | |
| parent | b318f4b6cf92113209372ec9d6bf61ef7c209ab6 (diff) | |
| download | new-dotfiles-113c8d05ddee33550ef14ee40e01429ca6dbc0b3.tar.gz new-dotfiles-113c8d05ddee33550ef14ee40e01429ca6dbc0b3.zip | |
emacs: Move ace-window config to init.org
Diffstat (limited to '_mbsetupuser')
| -rw-r--r-- | _mbsetupuser/.emacs.d/init.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/_mbsetupuser/.emacs.d/init.el b/_mbsetupuser/.emacs.d/init.el index 6429482..7bfd28d 100644 --- a/_mbsetupuser/.emacs.d/init.el +++ b/_mbsetupuser/.emacs.d/init.el @@ -30,16 +30,6 @@ (add-to-list 'default-frame-alist '(ns-transparent-titlebar . t)) -(use-package ace-window - :bind (("M-o" . ace-window) - ("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)) - (use-package menu-bar :if (not (eq window-system 'ns)) :init |
