Skip to content

Commit

Permalink
Call obsidian-reset-cache when calling obsidian-update function
Browse files Browse the repository at this point in the history
  • Loading branch information
jayemar committed Jul 13, 2023
1 parent 4cdda8a commit d79086e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions obsidian.el
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ Optional argument ARG word to complete."
(defun obsidian-update ()
"Command update everything there is to update in obsidian.el (tags, links etc.)."
(interactive)
(obsidian-reset-cache)
(obsidian-update-tags-list)
(obsidian--update-all-from-front-matter))

Expand Down

0 comments on commit d79086e

Please sign in to comment.