(fix)dailies: remove f require (#2057)

This commit is contained in:
Jethro Kuan
2022-01-20 15:14:24 -08:00
committed by GitHub
parent 6f5d65abd9
commit 445e3594b2
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -37,7 +37,6 @@
;; scratch notes or whatever else you can think of.
;;
;;; Code:
(require 'f)
(require 'dash)
(require 'org-roam)