Change: Bump dash.el to fix helm-org-ql
See https://github.com/alphapapa/org-ql/issues/179. dash.el 2.18.1 fixed an issue with `-flatten-n` that was causing `helm-org-ql` functions to fail silently.
This commit is contained in:
parent
c9fe19969e
commit
21b3bd2d6a
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
;; Author: Adam Porter <adam@alphapapa.net>
|
||||
;; Url: https://github.com/alphapapa/org-ql
|
||||
;; Version: 0.6-pre
|
||||
;; Package-Requires: ((emacs "26.1") (dash "2.18") (f "0.17.2") (map "2.1") (org "9.0") (org-super-agenda "1.2") (ov "1.0.6") (peg "1.0") (s "1.12.0") (transient "0.1") (ts "0.2-pre"))
|
||||
;; Package-Requires: ((emacs "26.1") (dash "2.18.1") (f "0.17.2") (map "2.1") (org "9.0") (org-super-agenda "1.2") (ov "1.0.6") (peg "1.0") (s "1.12.0") (transient "0.1") (ts "0.2-pre"))
|
||||
;; Keywords: hypermedia, outlines, Org, agenda
|
||||
|
||||
;;; Commentary:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue