summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElías Gabriel Pérez <eg642616@gmail.com>2025-05-29 22:04:37 -0600
committerElías Gabriel Pérez <eg642616@gmail.com>2025-05-29 22:25:23 -0600
commit25ad453e4d4e6d9d9e9adf6ccc510231a6059483 (patch)
tree0a240ce0a49364be5bcf5fd47fbaaa3d23d5b818
parent1de25856ee140d702a4fb3fa6e102b34e08c3c56 (diff)
Release: 1.2.4
Changes: * `colorful-excluded-buffers` is now obsolete. * Support for highlighting `rad` and `grad` values in CSS HSL. * New user option `colorful-highlight-in-comments`. If non-nil, colorful-mode will highlight colors inside comments. Bugfix: * `colorful-mode` no longer overrides fontification in other buffers. Previously, colorful-mode overrode fontification in read-only buffers (e.g. help-mode buffers). Now `colorful-mode` can be enabled on any buffer without overriding the buffer fontification. * `colorful-extra-color-keyword-functions` now works for Emacs versions prior to 30.1.
-rw-r--r--colorful-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorful-mode.el b/colorful-mode.el
index 96708c7..beca1e6 100644
--- a/colorful-mode.el
+++ b/colorful-mode.el
@@ -9,7 +9,7 @@
;; Package-Requires: ((emacs "28.1") (compat "30.1.0.0"))
;; Homepage: https://github.com/DevelopmentCool2449/colorful-mode
;; Keywords: faces, tools, matching, convenience
-;; Version: 1.2.3
+;; Version: 1.2.4
;; This file is part of GNU Emacs.