diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index c9d35d3de..0dc10a96a 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -882,7 +882,7 @@ variable =dotspacemacs-themes=. For instance, to specify =solarized-light=, | Key Binding | Description | |-------------+-------------------------------------------------------| | ~SPC T n~ | switch to next theme listed in =dotspacemacs-themes=. | -| ~SPC T h~ | select a theme using a =helm= buffer. | +| ~SPC T s~ | select a theme using a =helm= buffer. | You can see samples of all included themes in this [[http://themegallery.robdor.com][theme gallery]] from [[http://www.twitter.com/robmerrell][Rob Merrell]]. diff --git a/layers/+completion/spacemacs-helm/packages.el b/layers/+completion/spacemacs-helm/packages.el index ff37b812a..b9fa4055b 100644 --- a/layers/+completion/spacemacs-helm/packages.el +++ b/layers/+completion/spacemacs-helm/packages.el @@ -961,4 +961,4 @@ Search for a search tool in the order provided by `dotspacemacs-search-tools'." :defer t :init (spacemacs/set-leader-keys - "Th" 'helm-themes))) + "Ts" 'helm-themes))) diff --git a/layers/+completion/spacemacs-ivy/packages.el b/layers/+completion/spacemacs-ivy/packages.el index 3ebce1f5a..eaa975df1 100644 --- a/layers/+completion/spacemacs-ivy/packages.el +++ b/layers/+completion/spacemacs-ivy/packages.el @@ -286,7 +286,7 @@ Helm hack." ;; jumping "sj" 'counsel-imenu ;; themes - "Tc" 'counsel-load-theme + "Ts" 'counsel-load-theme ;; search "/" 'spacemacs/search-project-auto "*" 'spacemacs/search-project-auto-region-or-symbol diff --git a/layers/+themes/themes-megapack/README.org b/layers/+themes/themes-megapack/README.org index b2d4c8026..48b1b97fa 100644 --- a/layers/+themes/themes-megapack/README.org +++ b/layers/+themes/themes-megapack/README.org @@ -6,7 +6,7 @@ * What is this? This simple contribution layer is an example. It installs around 100 themes -for Emacs. You can try them easily by invoking helm-themes with: ~ T h~. +for Emacs. You can try them easily by invoking helm-themes with: ~ T s~. You can see samples of all included themes in this [[http://themegallery.robdor.com][theme gallery]] from [[http://www.twitter.com/robmerrell][Rob Merrell]].