diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-24 10:54:10 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-24 10:54:10 +0000 |
commit | 088133685b38a56f5a69870a71fb464162b7e131 (patch) | |
tree | 05248d3c166982be073acac4b6bedb785f2f96e3 /macros | |
parent | a2ca23ff7b79e7b45b67fb33bb1edd51efac2d34 (diff) |
wip: adding macro to markdown-mode-map
Diffstat (limited to 'macros')
-rw-r--r-- | macros/mrl_macros.macs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/mrl_macros.macs b/macros/mrl_macros.macs new file mode 100644 index 0000000..4fbd80f --- /dev/null +++ b/macros/mrl_macros.macs @@ -0,0 +1,2 @@ +(fset 'mrl/markdown-clear-check-box + (kmacro-lambda-form [?\C-f backspace ? ?\C-n ?\C-f ?\C-b ?\C-b] 0 "%d")) |