(bugfix): Explicitly load subr-x library (#429)

Ensure the `if-let*` macro definitions is available during compile-time
This commit is contained in:
Jürgen Hötzel 2020-04-12 11:18:09 +02:00 committed by GitHub
parent 6392a8b5df
commit 772505ba70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@
;; This library provides the org-roam-buffer functionality for org-roam ;; This library provides the org-roam-buffer functionality for org-roam
;;; Code: ;;; Code:
;;;; Library Requires ;;;; Library Requires
(eval-when-compile (require 'subr-x))
(require 'cl-lib) (require 'cl-lib)
(require 'dash) (require 'dash)
(require 's) (require 's)