branch: elpa/symbol-overlay
commit 4528aa0e625cde12ab15ef953421b68289f342af
Author: Steve Purcell <[email protected]>
Commit: GitHub <[email protected]>
Link to transient snippet from README
Thanks @hmelman
---
readme.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/readme.md b/readme.md
index e073c44c59..b67648cbe8 100644
--- a/readme.md
+++ b/readme.md
@@ -100,3 +100,6 @@ Or you may prefer to overwrite the keymap
(define-key map (kbd "key1") 'command-1)
(define-key map (kbd "key2") 'command-2)
(setq symbol-overlay-map map))
+
+As a final example, you can define a handy set of keys using `transient`:
+see the snippet posted
[here](https://github.com/wolray/symbol-overlay/issues/59).