diff --git a/CHANGELOG.md b/CHANGELOG.md index 148840f..31ed6fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - [#2050](https://github.com/org-roam/org-roam/pull/2050) core: add `FILTER-FN` to `org-roam-node-random` ### Removed ### Fixed +- [#2055](https://github.com/org-roam/org-roam/pull/2055) dailies: removed stray f require, which was causing require and compilation errors ### Changed - [#2040](https://github.com/org-roam/org-roam/pull/2040) completions: fix completions display-width for Helm users - [#2025](https://github.com/org-roam/org-roam/pull/2025) chore: removed the dependencies on f.el and s.el diff --git a/extensions/org-roam-dailies.el b/extensions/org-roam-dailies.el index 4ccd193..ab22ad5 100644 --- a/extensions/org-roam-dailies.el +++ b/extensions/org-roam-dailies.el @@ -37,7 +37,6 @@ ;; scratch notes or whatever else you can think of. ;; ;;; Code: -(require 'f) (require 'dash) (require 'org-roam)