[mercury] Rename layer: mercury-layer to mercury

Thanks Miciah for the suggestion.
This commit is contained in:
duianto 2019-11-08 18:08:33 +01:00 committed by Maximilian Wolff
parent 3a51e00a40
commit 331031b60e
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
4 changed files with 2 additions and 1 deletions

View File

@ -381,6 +381,7 @@ sane way, here is the complete list of changed key bindings
*** Renamed layers
- =extra-langs= renamed to =major-modes= (thanks to Eivind Fonn)
- =pdf-tools= renamed to =pdf=
- =mercury-layer= renamed to =mercury=
*** Removed layers
- evil-cleverparens (moved to =spacemacs-evil=)
- extra-langs (replaced by =ad-hoc= layers)

View File

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -9,7 +9,7 @@
;;
;;; License: GPLv3
(defconst mercury-layer-packages
(defconst mercury-packages
'((metal-mercury-mode :location (recipe
:fetcher github
:repo "ahungry/metal-mercury-mode"