Wednesday weblog: Toots ending 2024-11-06

from blog Sacha Chua, | ↗ original
embark-org-insert-link-to - 2024-11-02T15:49:09.420Z Ooh, it looks like `consult-org-heading` already lets me use embark-act with the shortcut `j` to call `embark-org-insert-link-to`. It doesn't feel like a "j" shortcut, though, so I'll just bind it to `L` for "link" instead: `(keymap-set embark-org-heading-map "L" #'embark-org-insert-link-to)`...