diff options
| -rw-r--r-- | modus-themes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modus-themes.el b/modus-themes.el index 1949cf9..3edfc82 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -3747,7 +3747,7 @@ Use `color-values-from-color-spec' (a C built-in since Emacs 28.1) instead of `color-name-to-rgb' to avoid dependence on a display connection. This matters when loading a theme during early init on GUI Emacs, where `color-values' returns nil before the display is -ready (per issue #198)." +ready (per <https://github.com/protesilaos/modus-themes/issues/198>." (mapcar (lambda (x) (/ x 65535.0)) |
