Skip to content

Commit 63b19ad

Browse files
committed
fix: add dependency dash.el
1 parent 608b4bd commit 63b19ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

leetcode.el

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
;; Author: Wang Kai <[email protected]>
66
;; Keywords: extensions, tools
77
;; URL: https://github.com/kaiwk/leetcode.el
8-
;; Package-Requires: ((emacs "26") (graphql "0.1.1") (spinner "1.7.3") (aio "1.0"))
9-
;; Version: 0.1.4
8+
;; Package-Requires: ((emacs "26") (dash "2.16.0") (graphql "0.1.1") (spinner "1.7.3") (aio "1.0"))
9+
;; Version: 0.1.5
1010

1111
;; This program is free software; you can redistribute it and/or modify
1212
;; it under the terms of the GNU General Public License as published by
@@ -40,6 +40,7 @@
4040
(require 'seq)
4141
(require 'mm-url)
4242

43+
(require 'dash)
4344
(require 'graphql) ; Some requests of LeetCode use GraphQL
4445
(require 'aio)
4546
(require 'spinner)

0 commit comments

Comments
 (0)