1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 19:30:45 -08:00

Require dash

This commit is contained in:
justbur 2015-07-10 14:51:45 -04:00
parent 13a4fce091
commit 1797db7255

View file

@ -6,7 +6,7 @@
;; URL: https://github.com/justbur/which-key/
;; Version: 0.1
;; Keywords:
;; Package-Requires: ((emacs "24.3") (s "1.9.0"))
;; Package-Requires: ((emacs "24.3") (s "1.9.0") (dash "2.11.0"))
;;; Commentary:
;;
@ -23,6 +23,7 @@
(require 'cl-lib)
(require 's)
(require 'dash)
(defgroup which-key nil "Customization options for which-key-mode")
(defcustom which-key-idle-delay 1