aboutsummaryrefslogtreecommitdiff
path: root/wiki-faces.el
diff options
context:
space:
mode:
Diffstat (limited to 'wiki-faces.el')
-rw-r--r--wiki-faces.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/wiki-faces.el b/wiki-faces.el
index d58ded7..b7d0783 100644
--- a/wiki-faces.el
+++ b/wiki-faces.el
@@ -104,5 +104,9 @@
(defvar wiki-link 'wiki-link "Wiki link face")
+(defface wiki-comment '((t :inherit font-lock-comment-face)) "Wiki comment face")
+
+(defvar wiki-comment 'wiki-comment "Wiki comment face")
+
(provide 'wiki-faces)
;;; wiki-faces.el ends here