diff options
-rw-r--r-- | spacemacs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spacemacs.el b/spacemacs.el index c1c8d91..f8f29b7 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -67,6 +67,7 @@ This function should only modify configuration layer settings." restclient ruby rust + search-engine scheme shell-scripts sql @@ -575,6 +576,7 @@ This is the place where most of your configurations should be done. Unless it is (projectile-cleanup-known-projects) (spacemacs/set-leader-keys + "/" 'engine/search-duck-duck-go "w/" 'split-window-right-and-focus "w-" 'split-window-below-and-focus "glh" 'git-link-homepage |