diff options
Diffstat (limited to 'spacemacs.el')
-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) |