mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
fix lints
This commit is contained in:
@ -70,3 +70,6 @@
|
|||||||
(delete-region
|
(delete-region
|
||||||
(and (org-back-to-heading t) (point))
|
(and (org-back-to-heading t) (point))
|
||||||
(min (1+ (buffer-size)) (org-end-of-subtree t t) (point)))))))
|
(min (1+ (buffer-size)) (org-end-of-subtree t t) (point)))))))
|
||||||
|
|
||||||
|
(provide 'org-roam-refile)
|
||||||
|
;;; org-roam-refile.el ends here
|
||||||
|
Reference in New Issue
Block a user