Skip to content

Commit 64e631b

Browse files
committed
Use view-mode for cider-grimoire buffer
1 parent 5854f3a commit 64e631b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-grimoire.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ opposite of what that option dictates."
8686
(cider-popup-buffer-mode 1)
8787
(when (fboundp 'markdown-toggle-fontify-code-blocks-natively)
8888
(markdown-toggle-fontify-code-blocks-natively 1)))
89-
(read-only-mode +1)
89+
(view-mode)
9090
(goto-char (point-min))
9191
(current-buffer)))
9292

0 commit comments

Comments
 (0)