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:
parent
13a4fce091
commit
1797db7255
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue