Skip to content

Commit

Permalink
Fix requirements between main and features (#30)
Browse files Browse the repository at this point in the history
* Revert "Require orb-note-actions"

This reverts commit f0a65ae.

* require org-roam-bibtex in orb-note-actions

Co-authored-by: Mykhailo Shevchuk <[email protected]>
  • Loading branch information
zaeph and myshevchuk committed May 4, 2020
1 parent d679a0b commit 38ef01e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions orb-note-actions.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
;;; Code:
;; * Library requires

(require 'org-roam-bibtex)
(require 'warnings)
(require 'cl-lib)
;; TODO: get rid of after we have our own format function
Expand Down
2 changes: 0 additions & 2 deletions org-roam-bibtex.el
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@
(eval-when-compile
(require 'subr-x)
(require 'cl-lib))
;;;; org-roam-bibtex features
(require 'orb-note-actions)

(defvar org-ref-notes-function)

Expand Down

0 comments on commit 38ef01e

Please sign in to comment.