fix lints

This commit is contained in:
Jethro Kuan
2021-03-06 17:40:28 +08:00
parent 5c7027aece
commit be828e2c1d
2 changed files with 4 additions and 1 deletions

View File

@ -70,3 +70,6 @@
(delete-region
(and (org-back-to-heading t) (point))
(min (1+ (buffer-size)) (org-end-of-subtree t t) (point)))))))
(provide 'org-roam-refile)
;;; org-roam-refile.el ends here