diff options
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 1e18f21..474b435 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -51,6 +51,9 @@ :init (exec-path-from-shell-initialize)) (setenv "LANG" "de_DE.UTF-8")) +(use-package ace-window + :bind ("M-o" . ace-window)) + (use-package yaml-mode :mode "\\.yml\\'") |
