Skip to content

Commit

Permalink
Use view-mode for cider-grimoire buffer
Browse files Browse the repository at this point in the history
Fixes #2049.
  • Loading branch information
xiongtx committed Jul 17, 2017
1 parent 5854f3a commit d89c830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### New Features

* [#2050](https://github.com/clojure-emacs/cider/pull/2050) Use `view-mode` for `cider-grimoire` buffers
* Filter stacktrace to just frames from your project.
* [#1918](https://github.com/clojure-emacs/cider/issues/1918): Add new commands `cider-browse-spec` and `cider-browse-spec-all` which start a spec browser.
* [#2015](https://github.com/clojure-emacs/cider/pull/2015): Show symbols as special forms *and* macros in `cider-doc`
Expand Down
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 d89c830

Please sign in to comment.