branch: elpa/org-superstar
commit abb8e863a122cd8b7e5472c7487d39d0d059bdee
Author: Nicholas Vollmer <[email protected]>
Commit: Nicholas Vollmer <[email protected]>

    Fix: Make org-superstar-headline-p non-interactive
    
    See #16
---
 org-superstar.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/org-superstar.el b/org-superstar.el
index 178bdefd07..aab3a3e05f 100644
--- a/org-superstar.el
+++ b/org-superstar.el
@@ -492,7 +492,6 @@ such cases to avoid slowdown."
 
 (defun org-superstar-headline-p ()
   "Return t if the current match is a proper headline."
-  (interactive)
   (save-match-data
     (org-with-limited-levels
      (and (org-at-heading-p) t))))

Reply via email to