diff options
| author | BardofSprites <[email protected]> | 2024-12-09 21:36:14 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-12-09 21:36:14 -0500 |
| commit | 0eccdd32a3944b312ae6031c979f2bfcf6546d54 (patch) | |
| tree | 97eeeee3176239acc872494f7926e32ba40ab7cf /bard-elisp/bard-ryo.el | |
| parent | 877e23654c3abe6ac3f7d2fa6e353a30d9982f54 (diff) | |
ryo-modal with modeline and cursor
Diffstat (limited to 'bard-elisp/bard-ryo.el')
| -rw-r--r-- | bard-elisp/bard-ryo.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bard-elisp/bard-ryo.el b/bard-elisp/bard-ryo.el new file mode 100644 index 0000000..6fea20d --- /dev/null +++ b/bard-elisp/bard-ryo.el @@ -0,0 +1,5 @@ +(defun bard/ryo-insert-p () + "Return t if `ryo-modal-mode` is not bound or not active." + (not (bound-and-true-p ryo-modal-mode))) + +(provide 'bard-ryo) |
