[lilypond] create Boon-like keybindings

This commit is contained in:
contrapunctus 2021-03-12 11:48:56 +05:30
parent c5df847dc5
commit cc65c02dc5
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@
(("C-c C-i" . LilyPond-info)
("M-]" . set-selective-display)
:map LilyPond-mode-map
("M-p" . cp-backward-def)
("M-n" . cp-forward-def)
("M-P" . cp-upper-level)
("M-N" . cp-lower-level)
("M-c" . cp-backward-def)
("M-r" . cp-forward-def)
("M-C" . cp-upper-level)
("M-R" . cp-lower-level)
("C-c C-w" . cp-ly-wrap-para))
:commands LilyPond-mode
:load-path "../user/"