File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,9 @@ the right code for each REPL type.
7070
7171## Installation
7272
73- Available on all major ` package.el ` community maintained repos -
73+ ** Note:** ` inf-clojure ` requires Emacs 25 or newer.
74+
75+ ` inf-clojure ` is available on the community-maintained ` package.el ` repos -
7476[ MELPA Stable] [ ] and [ MELPA] [ ] repos.
7577
7678MELPA Stable is recommended as it has the latest stable version.
@@ -100,9 +102,9 @@ Add the following to your Emacs config to enable
100102(add-hook 'clojure-mode-hook #'inf-clojure-minor-mode)
101103```
102104
103- ** Don't enable ` inf-clojure-minor-mode ` and ` cider-mode ` at the same time. They
105+ ** Warning: ** Don't enable ` inf-clojure-minor-mode ` and ` cider-mode ` at the same time. They
104106have overlapping functionality and keybindings and the result will be nothing
105- short of havoc.**
107+ short of havoc.
106108
107109## Basic Usage
108110
You can’t perform that action at this time.
0 commit comments