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

Ensure the `if-let*` macro definitions is available during compile-time
master
Jürgen Hötzel 6 years ago committed by GitHub
parent 6392a8b5df
commit 772505ba70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      org-roam-buffer.el

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

Loading…
Cancel
Save