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

@ -182,7 +182,7 @@ If REQUIRE-MATCH, require returning a match."
(annotation-function . org-roam-node--annotation) (annotation-function . org-roam-node--annotation)
(category . org-roam-node)) (category . org-roam-node))
(complete-with-action action nodes string pred))) (complete-with-action action nodes string pred)))
nil require-match initial-input))) nil require-match initial-input)))
(or (cdr (assoc node nodes)) (or (cdr (assoc node nodes))
(org-roam-node-create :title node)))) (org-roam-node-create :title node))))

View File

@ -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