diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2025-11-09 07:34:10 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2025-11-09 07:34:10 +0200 |
| commit | a3f37b6cba040077f62031504e0c88c74a6fde98 (patch) | |
| tree | 1206ad557829778c2b694d1ff2e253304a63f776 | |
| parent | ef5e81af5844763a6ea7dcc06cc0359ea87fa7e6 (diff) | |
Include links to the manual in the sample configuration
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | README.org | 6 |
2 files changed, 10 insertions, 2 deletions
@@ -31,7 +31,11 @@ to blend Ef and Modus into one collection). ;; This makes the Modus commands listed below consider only the Ef ;; themes. For an alternative that includes Modus and all ;; derivative themes (like Ef), enable the - ;; `modus-themes-include-derivatives-mode' instead. + ;; `modus-themes-include-derivatives-mode' instead. The manual of + ;; the Ef themes has a section that explains all the possibilities: + ;; + ;; - Evaluate `(info "(ef-themes) Working with other Modus themes or taking over Modus")' + ;; - Visit <https://protesilaos.com/emacs/ef-themes#h:6585235a-5219-4f78-9dd5-6a64d87d1b6e> (ef-themes-take-over-modus-themes-mode 1) :bind (("<f5>" . modus-themes-rotate) @@ -135,7 +135,11 @@ Furthermore, all theme-loading commands are those of Modus ([[#h:6585235a-5219-4 ;; This makes the Modus commands listed below consider only the Ef ;; themes. For an alternative that includes Modus and all ;; derivative themes (like Ef), enable the - ;; `modus-themes-include-derivatives-mode' instead. + ;; `modus-themes-include-derivatives-mode' instead. The manual of + ;; the Ef themes has a section that explains all the possibilities: + ;; + ;; - Evaluate `(info "(ef-themes) Working with other Modus themes or taking over Modus")' + ;; - Visit <https://protesilaos.com/emacs/ef-themes#h:6585235a-5219-4f78-9dd5-6a64d87d1b6e> (ef-themes-take-over-modus-themes-mode 1) :bind (("<f5>" . modus-themes-rotate) |
