summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2018-03-04 19:47:56 -0500
committerDavid Li <li.davidm96@gmail.com>2018-03-04 19:47:56 -0500
commit59f994f6fa23f95e791a33325ca3a5d1e568ead3 (patch)
treefacf43dd84714bf5e46922429ae8ccb495a8953d /init.el
parentbfaaeb7d4b20fce066a979575c82bff440cf381f (diff)
Use ace-window
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 35469fa..cc5a411 100644
--- a/init.el
+++ b/init.el
@@ -38,6 +38,9 @@
(global-auto-revert-mode 1)
+;; ace-window
+(global-set-key (kbd "C-x o") 'ace-window)
+
;; Powerline
(require 'powerline)
(powerline-center-evil-theme)