There was an error while loading. Please reload this page.
1 parent 7ffc207 commit 67a9bd1Copy full SHA for 67a9bd1
cider-grimoire.el
@@ -78,6 +78,10 @@ opposite of what that option dictates."
78
(with-current-buffer (cider-popup-buffer cider-grimoire-buffer t)
79
(read-only-mode -1)
80
(insert content)
81
+ (when (require 'markdown-mode nil 'noerror)
82
+ (markdown-mode)
83
+ (when (fboundp 'markdown-toggle-fontify-code-blocks-natively)
84
+ (markdown-toggle-fontify-code-blocks-natively 1)))
85
(read-only-mode +1)
86
(goto-char (point-min))
87
(current-buffer)))
0 commit comments