Commit e18ec2e
committed
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 e18ec2e
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
596 | | - | |
| 596 | + | |
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
| |||
0 commit comments