aboutsummaryrefslogtreecommitdiff
path: root/wiki-faces.el
diff options
context:
space:
mode:
Diffstat (limited to 'wiki-faces.el')
-rw-r--r--wiki-faces.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/wiki-faces.el b/wiki-faces.el
index b7d0783..f0ea4a6 100644
--- a/wiki-faces.el
+++ b/wiki-faces.el
@@ -108,5 +108,11 @@
(defvar wiki-comment 'wiki-comment "Wiki comment face")
+(defface wiki-special-keyword '((t :inherit org-special-keyword))
+ "Wiki special keyword face")
+
+(defvar wiki-special-keyword 'wiki-special-keyword
+ "Wiki special keyword face")
+
(provide 'wiki-faces)
;;; wiki-faces.el ends here