Skip to content

Commit 4231365

Browse files
committed
fix(list): add missing require
1 parent c9fd46b commit 4231365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dired-list.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Version: 0.0.1
88
;; Created: 14th February 2014
99
;; URL: https://github.com/Fuco1/dired-hacks
10-
;; Package-Requires: ((dash "2.10.0") (emacs "24.3"))
10+
;; Package-Requires: ((dash "2.10.0") (emacs "24.3") (dired-hacks-utils "0.0.1"))
1111
;; Keywords: files
1212

1313
;; This program is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)