Skip to content

Commit

Permalink
Fix import of noop algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
l3kn committed Mar 16, 2024
1 parent 1085210 commit cb3cd0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions org-fc-algo-noop.el
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@

(org-fc-register-algo 'noop org-fc-algo-noop)

(provide 'org-fc-algo-noop)

;;; org-fc-algo-noop.el ends here
2 changes: 1 addition & 1 deletion org-fc.el
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
(require 'org-fc-compat)

(require 'org-fc-awk)
(require 'org-fc-algo-none)
(require 'org-fc-algo-noop)
(require 'org-fc-algo-sm2)

(require 'org-fc-review-data)
Expand Down

0 comments on commit cb3cd0b

Please sign in to comment.