From 445e3594b25c1c29dd269e99cb0cc958ed3f28b0 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Thu, 20 Jan 2022 15:14:24 -0800 Subject: [PATCH] (fix)dailies: remove f require (#2057) --- CHANGELOG.md | 1 + extensions/org-roam-dailies.el | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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)