diff options
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) |
