From 0eccdd32a3944b312ae6031c979f2bfcf6546d54 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:36:14 -0500 Subject: ryo-modal with modeline and cursor --- bard-elisp/bard-ryo.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bard-elisp/bard-ryo.el (limited to 'bard-elisp/bard-ryo.el') 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) -- cgit v1.2.3