Skip to content

Commit d55768a

Browse files
xiongtxbbatsov
authored andcommitted
[Fix #2049] Use view-mode for cider-grimoire buffer (#2050)
1 parent 5854f3a commit d55768a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### New Features
66

7+
* [#2050](https://github.com/clojure-emacs/cider/pull/2050) Use `view-mode` for `cider-grimoire` buffers
78
* Filter stacktrace to just frames from your project.
89
* [#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.
910
* [#2015](https://github.com/clojure-emacs/cider/pull/2015): Show symbols as special forms *and* macros in `cider-doc`

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 1)
9090
(goto-char (point-min))
9191
(current-buffer)))
9292

0 commit comments

Comments
 (0)