spacemacs/core
Wieland Hoffmann ed8fc556da
Make spacemacs/cycle-spacemacs-theme work with themes with keywords
Themes can now contain keywords in addition to just the theme name like

   dotspacemacs-themes '((name :location (recipe :fetcher github
                                                    :repo "user/repo"))
                         solarized-light
                         solarized-dark)

However, for theme cycling, we first try to detect whether the current
theme (spacemacs--cur-theme) is in the list of cycleable themes and go on from
there. Since spacemacs--cur-theme is just a name, this fails when
spacemacs--cur-theme is the name of a theme that's specified with additional
keywords in dotspacemacs-themes.

To fix this, check if spacemacs--cur-theme is in the list of theme names.
2020-04-16 22:35:36 +02:00
..
aprilfool
banners Fix home buffer version and banner 2019-12-03 20:44:22 +00:00
gnupg
info
libs Update quelpa.el to latest version 2020-02-24 12:04:19 +01:00
templates Fix emacs major mode leader key binding for GUI emacs 2020-03-21 21:12:50 +01:00
core-command-line.el
core-configuration-layer.el configuration: fix redundant update checking 2020-02-09 19:23:19 +00:00
core-custom-settings.el
core-debug.el Fix capitalization of GitHub 2020-01-20 09:14:12 +01:00
core-display-init.el
core-documentation.el
core-dotspacemacs.el Make dotspacemacs-major-mode-emacs-leader-key use same default in core 2020-03-21 21:14:01 +01:00
core-dumper.el [dump] Fix several dumper issues 2020-02-18 20:41:43 +01:00
core-emacs-backports.el
core-env.el [core] Environment variable caching fixes 2019-11-03 22:25:05 +01:00
core-fonts-support.el
core-funcs.el Fix void destructuring-bind after cl pkg deprecation 2020-02-01 08:47:55 +00:00
core-hooks.el
core-jump.el
core-keybindings.el
core-load-paths.el
core-micro-state.el
core-progress-bar.el Make interactive installation of python layer not fail 2020-02-25 22:14:01 +01:00
core-release-management.el
core-spacebind.el [core] Enable eager spacebind bindings by default 2020-04-15 16:04:17 +02:00
core-spacemacs-buffer.el Add option to hide version string in Spacemacs buffer. 2020-02-24 12:37:37 +01:00
core-spacemacs.el Add spacebind macro and tests for it 2020-02-27 21:48:40 -05:00
core-themes-support.el Make spacemacs/cycle-spacemacs-theme work with themes with keywords 2020-04-16 22:35:36 +02:00
core-toggle.el
core-transient-state.el
core-use-package-ext.el
core-versions.el