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:
parent
33df77420e
commit
6970a952ba
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
(require 'dash)
|
||||
(require 'f)
|
||||
(require 'map)
|
||||
(require 'org-super-agenda)
|
||||
(require 's)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue