Fix markdown codeblock style

This commit is contained in:
2017-07-31 14:25:47 +01:00
parent 8e299c0a83
commit 4379d6ff99

View File

@@ -33,5 +33,8 @@
(add-hook 'markdown-mode-hook (lambda () (run-hooks 'siren-markdown-mode-hook)))
custom-set-faces
'(markdown-code-face ((t nil))))
(provide 'siren-markdown)
;;; siren-markdown.el ends here