[geolocation] Make layer not longer use two global bindings

This layer was using two global bindings SPC a w and SPC a W.

As the available keybindings in that sub-menu are dwindling
I have moved the bindings to SPC a w w and SPC a w W instead.
This commit is contained in:
Maximilian Wolff 2020-04-18 00:35:28 +02:00
parent acdd37def1
commit 7a7c892dde
No known key found for this signature in database
GPG key ID: 2DD07025BFDBD89A
2 changed files with 7 additions and 6 deletions

View file

@ -114,7 +114,7 @@ To display weather forecast icons by default ("pretty mode"), add
* Key bindings
** Weather
| Evil | Holy | Command |
|-----------+------+-----------------------------------------------|
| ~SPC a w~ | | Display pretty weather forecast |
| ~SPC a W~ | | Display quick weather forecast in mini buffer |
| Key binding | Description |
|-------------+-----------------------------------------------|
| ~SPC a w w~ | Display pretty weather forecast |
| ~SPC a w W~ | Display quick weather forecast in mini buffer |

View file

@ -57,9 +57,10 @@ to not have to set these variables manually when enabling this layer."
:commands (sunshine-forecast sunshine-quick-forecast)
:init
(progn
(spacemacs/declare-prefix "aw" "weather")
(spacemacs/set-leader-keys
"aw" 'sunshine-forecast
"aW" 'sunshine-quick-forecast))
"aww" 'sunshine-forecast
"awW" 'sunshine-quick-forecast))
:config
(progn
(evilified-state-evilify-map sunshine-mode-map