diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-19 15:58:25 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-19 15:58:25 +0300 |
| commit | b6afa02d55d5ff055736df9df8d41d6bc68963be (patch) | |
| tree | 642b05ac5eb33a1f31f0c99eeb3c670fe1de1996 | |
| parent | 274ca3863d682d0431aa037a638f72aaf4647317 (diff) | |
Change placement of heading in the manual
| -rw-r--r-- | README.org | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -192,6 +192,24 @@ overall character of each theme ([[#h:a6dd030c-6b6c-4992-83e8-3438b4607b51][Prin All customizations need to be evaluated before loading a theme. Any change thus requires a theme re-load ([[#h:a6dd030c-6b6c-4992-83e8-3438b4607b51][Loading a theme]]). +** Toggle between two Ef themes +:PROPERTIES: +:CUSTOM_ID: h:a58b8e21-0f8f-4763-9b47-185bf7e10043 +:END: + +[ Part of {{{development-version}}}. ] + +#+vindex: ef-themes-to-toggle +#+findex: ef-themes-toggle +The user option ~ef-themes-to-toggle~ expects two symbols that name +items in the Ef themes collection. The variable ~ef-themes-collection~ +includes a list with all relevant symbols. The user can then switch +between the two specified themes by invoking the ~ef-themes-toggle~ +command. + +This is in addition to the other ways of loading a theme, either with +minibuffer completion or at random ([[#h:58345e8c-2bec-459c-872c-a85a29e9fe97][Commands to load an Ef theme]]). + ** Option for headings :PROPERTIES: :CUSTOM_ID: h:a7a02817-e324-43e9-a7d8-fde024530af6 @@ -377,24 +395,6 @@ light/dark theme and then loads an appropriate Ef theme at random: (ef-themes-load-random 'light)) #+end_src -* Toggle between two Ef themes -:PROPERTIES: -:CUSTOM_ID: h:a58b8e21-0f8f-4763-9b47-185bf7e10043 -:END: - -[ Part of {{{development-version}}}. ] - -#+vindex: ef-themes-to-toggle -#+findex: ef-themes-toggle -The user option ~ef-themes-to-toggle~ expects two symbols that name -items in the Ef themes collection. The variable ~ef-themes-collection~ -includes a list with all relevant symbols. The user can then switch -between the two specified themes by invoking the ~ef-themes-toggle~ -command. - -This is in addition to the other ways of loading a theme, either with -minibuffer completion or at random ([[#h:58345e8c-2bec-459c-872c-a85a29e9fe97][Commands to load an Ef theme]]). - * Preview theme colors :PROPERTIES: :CUSTOM_ID: h:8dd67bf5-879e-46e5-b277-5bac141f53d1 |
