Skip to content

Commit

Permalink
Move period inside quote
Browse files Browse the repository at this point in the history
  • Loading branch information
jgru committed Jan 17, 2023
1 parent 0cca2a8 commit 2e6427a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consult-org-roam.el
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ If OTHER-WINDOW, visit the NODE in another window."

(defun consult-org-roam--node-file-p (node)
"Take NODE and return t if level 0.
This filters org-roam nodes to file nodes".
This filters org-roam nodes to file nodes."
(= (org-roam-node-level node) 0))

;;;###autoload
Expand Down

0 comments on commit 2e6427a

Please sign in to comment.