File tree 3 files changed +1
-3
lines changed
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
(depends-on " cl-lib" )
7
7
(depends-on " dash" )
8
- (depends-on " dash-functional" )
9
8
(depends-on " s" )
10
9
11
10
(development
Original file line number Diff line number Diff line change 28
28
29
29
(require 'cl-lib )
30
30
(require 'dash )
31
- (require 'dash-functional )
32
31
(require 's )
33
32
34
33
; ;; Syntax Methods
Original file line number Diff line number Diff line change 8
8
; ; URL: http://github.com/hylang/hy-mode
9
9
; ; Version: 1.0
10
10
; ; Keywords: languages, lisp, python
11
- ; ; Package-Requires: ((dash "2.13.0") (dash-functional "1.2 .0") (s "1.11.0") (emacs "24"))
11
+ ; ; Package-Requires: ((dash "2.18 .0") (s "1.11.0") (emacs "24"))
12
12
13
13
; ; hy-mode is free software; you can redistribute it and/or modify it
14
14
; ; under the terms of the GNU General Public License as published by
You can’t perform that action at this time.
0 commit comments