aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2025-11-09 07:34:10 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2025-11-09 07:34:10 +0200
commita3f37b6cba040077f62031504e0c88c74a6fde98 (patch)
tree1206ad557829778c2b694d1ff2e253304a63f776
parentef5e81af5844763a6ea7dcc06cc0359ea87fa7e6 (diff)
Include links to the manual in the sample configuration
-rw-r--r--README.md6
-rw-r--r--README.org6
2 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index 40e9440..67c3651 100644
--- a/README.md
+++ b/README.md
@@ -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)
diff --git a/README.org b/README.org
index 56fd22e..9150fc3 100644
--- a/README.org
+++ b/README.org
@@ -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)