mirror of
https://github.com/org-roam/org-roam
synced 2025-09-28 16:50:58 -05:00
(refactor): org-roam-db.el eval-when-compile subr-x (#432)
Prevents unnecessary evaluation when compiled .elc is loaded. From the commentary of subr-x.el: ;; NB If you want to use this library, it's almost always correct to use: ;; (eval-when-compile (require 'subr-x)) See: #429
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
;;
|
||||
;;; Code:
|
||||
;;;; Library Requires
|
||||
(require 'subr-x)
|
||||
(eval-when-compile (require 'subr-x))
|
||||
(require 'emacsql)
|
||||
(require 'emacsql-sqlite)
|
||||
(require 'org-roam-macs)
|
||||
|
Reference in New Issue
Block a user