diff options
Diffstat (limited to 'users/miles2go/babl_emacs.c')
| -rw-r--r-- | users/miles2go/babl_emacs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/miles2go/babl_emacs.c b/users/miles2go/babl_emacs.c index 201da0d1a..87560b6eb 100644 --- a/users/miles2go/babl_emacs.c +++ b/users/miles2go/babl_emacs.c | |||
| @@ -69,6 +69,7 @@ bool babblePaste_emacs(uint16_t keycode) { | |||
| 69 | 69 | ||
| 70 | # ifdef BABL_APP | 70 | # ifdef BABL_APP |
| 71 | BABLM(BABL_APP_SAVE, SS_LCTL("x") SS_LCTL("s")); | 71 | BABLM(BABL_APP_SAVE, SS_LCTL("x") SS_LCTL("s")); |
| 72 | BABLM(BABL_APP_SET_MARK, IMCTL(X_SPACE)); | ||
| 72 | /// BABLM( BABL_APP_MULTI_SELECT, SS_LCTRL("x") "rt" ); // arguably | 73 | /// BABLM( BABL_APP_MULTI_SELECT, SS_LCTRL("x") "rt" ); // arguably |
| 73 | BABLM(BABL_SPLIT_FRAME_VERT, SS_LCTRL("x") "3"); | 74 | BABLM(BABL_SPLIT_FRAME_VERT, SS_LCTRL("x") "3"); |
| 74 | BABLM(BABL_UNSPLIT_FRAME_VERT, SS_LCTRL("u") SS_LCTRL("x") "0"); | 75 | BABLM(BABL_UNSPLIT_FRAME_VERT, SS_LCTRL("u") SS_LCTRL("x") "0"); |
