From cea0e3b6b3a414c49d3093f8d2ce072f0a133574 Mon Sep 17 00:00:00 2001 From: Kinneyzhang Date: Thu, 23 Oct 2025 01:29:04 +0800 Subject: [PATCH] update --- tp.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tp.el b/tp.el index 6657629..05e3a8b 100644 --- a/tp.el +++ b/tp.el @@ -2,6 +2,11 @@ ;; elisp 原生的 text properties 函数的局限性 ;; https://github.com/emacsorphanage/ov +;; (put 'my-keyword-category 'face '(:foreground "blue" :weight bold)) +;; (put 'my-keyword-category 'help-echo "This is a keyword.") +;; (symbol-plist 'my-keyword-category) +;; (put-text-property 10 20 'category 'my-keyword-category) + (require 'dash) ;;; tp layer define