File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88(add-hook 'cider-mode-hook #'eldoc-mode)
99```
1010
11- ![ Eldoc] ( images/eldoc.png )
11+ ![ Eldoc] ( ../ images/eldoc.png)
1212
1313* CIDER also would show the eldoc for the symbol at point. So in ` (map inc ...) `
1414when the cursor is over ` inc ` its eldoc would be displayed. You can turn off this
Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ and variables from any namespace, do:
1313
1414Here's how code looks without dynamic syntax highlighting.
1515
16- ![ Dynamic Font-lock Off] ( images/dynamic_font_lock_off.png )
16+ ![ Dynamic Font-lock Off] ( ../ images/dynamic_font_lock_off.png)
1717
1818And here's how to the code looks when it's turned on.
1919
20- ![ Dynamic Font-lock On] ( images/dynamic_font_lock_on.png )
20+ ![ Dynamic Font-lock On] ( ../ images/dynamic_font_lock_on.png)
2121
2222## Syntax highlighting for reader conditionals
2323
2424By default CIDER will apply font-locking to unused reader conditional
2525expressions depending on the buffer CIDER connection type.
2626
27- ![ Reader Conditionals] ( images/reader_conditionals.png )
27+ ![ Reader Conditionals] ( ../ images/reader_conditionals.png)
2828
2929You can disable this behavior by adjusting ` cider-font-lock-reader-conditionals ` :
3030
You can’t perform that action at this time.
0 commit comments