aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-03-26 01:17:45 +0100
committerThomas Schneider <qsx@qsx.re>2019-03-26 01:17:45 +0100
commitac6f8a566576d9c00e29d66a0d5bef14ebd66ebe (patch)
treecc02bcfc1b64de21f9cd2dfb72e3b7ca10a2fce4 /dot.emacs.d/init.el
parent2a834acfdeaded3d4c2065d40e56e503dc4a7a54 (diff)
Emacs: Add ace-window
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el3
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\\'")