aboutsummaryrefslogtreecommitdiff
path: root/wiki-markup.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-07-09 17:28:24 +1000
committerYuchen Pei <id@ypei.org>2023-07-09 17:28:24 +1000
commite4c70093406cf2140782683717dab78093c387ac (patch)
tree5e0b81432ded33abfed4e4b422e9ad69e466ded6 /wiki-markup.el
parentee8f323c1093d82914a33d5c026c59fff725a8a0 (diff)
fix editing link unfontify
Diffstat (limited to 'wiki-markup.el')
-rw-r--r--wiki-markup.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/wiki-markup.el b/wiki-markup.el
index dd40593..23888d3 100644
--- a/wiki-markup.el
+++ b/wiki-markup.el
@@ -120,7 +120,9 @@
t
nil
nil
- (font-lock-extra-managed-props invisible font-lock-face)))
+ (font-lock-extra-managed-props
+ invisible font-lock-face button-data action category
+ button htmlize-link help-echo)))
(setq-local outline-regexp wiki-outline-regexp)
(setq-local outline-level 'wiki-outline-level)
)