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 Happy New Year 2018! 2018-01-04 02:00:25 -05:00
banners Fix home buffer version and banner 2019-12-03 20:44:22 +00:00
gnupg [core] Update spacemacs GPG public key 2019-08-23 12:39:22 -04:00
info core: change scope of elpa stable variables 2017-11-01 23:23:34 -04:00
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 dump: add command line parameter --force-dump 2018-05-20 03:58:48 -04:00
core-configuration-layer.el configuration: fix redundant update checking 2020-02-09 19:23:19 +00:00
core-custom-settings.el custom setting: don't write to dotfile before loading all of them 2019-02-18 14:21:06 -05:00
core-debug.el Fix capitalization of GitHub 2020-01-20 09:14:12 +01:00
core-display-init.el Happy New Year 2018! 2018-01-04 02:00:25 -05:00
core-documentation.el fix links 2019-05-18 13:25:44 +03:00
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] Better work-around for GnuTLS bug with emacs 26.1 and 26.2 2019-09-14 22:15:53 -04:00
core-env.el [core] Environment variable caching fixes 2019-11-03 22:25:05 +01:00
core-fonts-support.el Add properties for mode-line theme, remove powerline-scale 2018-01-16 22:59:29 -05:00
core-funcs.el Fix void destructuring-bind after cl pkg deprecation 2020-02-01 08:47:55 +00:00
core-hooks.el core: fix potential undefined function error with transient hooks 2018-07-04 15:38:15 -04:00
core-jump.el core: add reference handler as per jump handler 2019-07-15 12:28:04 +02:00
core-keybindings.el Happy New Year 2018! 2018-01-04 02:00:25 -05:00
core-load-paths.el core: rework environment variables and PATH management 2018-06-25 02:55:28 -04:00
core-micro-state.el Propose a couple of spelling corrections 2018-08-02 00:20:06 +03:00
core-progress-bar.el Make interactive installation of python layer not fail 2020-02-25 22:14:01 +01:00
core-release-management.el Propose a couple of spelling corrections 2018-08-02 00:20:06 +03:00
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 Add toggle key docs to docstring and which-key mouseover 2019-08-06 23:38:53 +02:00
core-transient-state.el Rename spacemacs/mplist-get functions to be more descriptive 2018-06-14 00:15:49 -04:00
core-use-package-ext.el Rename spacemacs/mplist-get functions to be more descriptive 2018-06-14 00:15:49 -04:00
core-versions.el dump: revert minimum version to 25.1 2018-05-20 03:58:48 -04:00