Skip to content

Commit

Permalink
Use view-mode for cider-grimoire buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongtx committed Jul 17, 2017
1 parent 5854f3a commit 186a337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider-grimoire.el
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ opposite of what that option dictates."
(cider-popup-buffer-mode 1)
(when (fboundp 'markdown-toggle-fontify-code-blocks-natively)
(markdown-toggle-fontify-code-blocks-natively 1)))
(read-only-mode +1)
(view-mode 1)
(goto-char (point-min))
(current-buffer)))

Expand Down

0 comments on commit 186a337

Please sign in to comment.