add Dash dependency
This commit is contained in:
parent
1a24b9d5f6
commit
3dd3fb84f1
@ -4,7 +4,7 @@
|
||||
|
||||
;; Author: mir <mirmarq428@gmail.com>
|
||||
;; Keywords:frames,convenience,help
|
||||
;; Package-Requires: ((posframe) (alert))
|
||||
;; Package-Requires: ((posframe) (alert) (dash))
|
||||
|
||||
;; This file is NOT part of GNU Emacs.
|
||||
|
||||
@ -31,6 +31,7 @@
|
||||
|
||||
(require 'posframe)
|
||||
(require 'alert)
|
||||
(require 'dash)
|
||||
(if (not (fboundp #'string-pixel-width))
|
||||
(progn
|
||||
(require 'shr) ;for `shr-string-pixel-width'
|
||||
|
Loading…
Reference in New Issue
Block a user