Skip to content

Commit

Permalink
Do not load dash-functional
Browse files Browse the repository at this point in the history
  • Loading branch information
Matus Goljer committed Oct 14, 2016
1 parent aaac6a7 commit b903a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/examples-to-tests.el
Expand Up @@ -24,7 +24,7 @@
(when (require 'undercover nil t)
(undercover "*.el"))

(require 'dash-functional)
;; (require 'dash-functional)
(require 'dash)

(require 'ert)
Expand Down
2 changes: 1 addition & 1 deletion dev/examples.el
Expand Up @@ -22,7 +22,7 @@

;;; Code:

(require 'dash-functional)
;; (require 'dash-functional)
(require 'dash)

(defun even? (num) (= 0 (% num 2)))
Expand Down

0 comments on commit b903a0f

Please sign in to comment.