Fix: (org-ql-search.el) Require map

Need to explicitly load it so that map 2.1 will be loaded when the
file is byte-compiled, otherwise the pcase map expansions will fail.
This commit is contained in:
Adam Porter 2020-11-11 19:34:34 -06:00
parent 33df77420e
commit 6970a952ba

View file

@ -31,6 +31,7 @@
(require 'dash)
(require 'f)
(require 'map)
(require 'org-super-agenda)
(require 's)