diff options
author | EuAndreh <eu@euandre.org> | 2018-07-11 12:50:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-11 12:50:32 -0300 |
commit | 21c31f358cfa24b8b53465c315af70658c53596c (patch) | |
tree | 093e4f6dbcdb36ec1364348b4ce9fa44d2723d45 | |
parent | Add global `comment` macro (diff) | |
download | dotfiles-21c31f358cfa24b8b53465c315af70658c53596c.tar.gz dotfiles-21c31f358cfa24b8b53465c315af70658c53596c.tar.xz |
Focus when a new window is created
-rw-r--r-- | spacemacs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spacemacs.el b/spacemacs.el index be3efab..997cd06 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -577,6 +577,8 @@ This is the place where most of your configurations should be done. Unless it is (projectile-cleanup-known-projects) (spacemacs/set-leader-keys + "w/" 'split-window-right-and-focus + "w-" 'split-window-below-and-focus "glh" 'git-link-homepage "glp" 'git-link-pull-requests) |