Commit 361b2e0
Update current-local-map during paredit setup to work with edn-mode
Using current-local-map instead of clojure-mode-map allows the edn-mode-map to
be updated in edn-mode (and, of course, the clojure-mode-map to be updated in
clojure-mode). Using clojure-mode-map directly prevented edn-mode from
inheriting the benefits of clojure-paredit-setup, such as auto-pairing curly
braces.1 parent d58686d commit 361b2e0
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | | - | |
| 589 | + | |
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
596 | | - | |
| 596 | + | |
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
| |||
0 commit comments