branch: externals/valign
commit 4ecc990bf9f496f0d4c9ea85ff35e80de543e42b
Author: Yuan Fu <[email protected]>
Commit: Yuan Fu <[email protected]>
* valign.el (valign--table-face): Fix markdown-mode.
---
valign.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/valign.el b/valign.el
index b72c0c3..1cef5b9 100644
--- a/valign.el
+++ b/valign.el
@@ -331,7 +331,7 @@ white space stretching to XPOS, a pixel x position."
"Return the table face for this buffer."
(cond ((derived-mode-p 'org-mode)
'org-table)
- ((derived-mode-p 'markdown)
+ ((derived-mode-p 'markdown-mode)
'markdown-table-face)
(t 'default)))