add Dash dependency

This commit is contained in:
Miranda Marquez 2024-11-15 12:21:16 -09:00
parent 1a24b9d5f6
commit 3dd3fb84f1

View File

@ -4,7 +4,7 @@
;; Author: mir <mirmarq428@gmail.com> ;; Author: mir <mirmarq428@gmail.com>
;; Keywords:frames,convenience,help ;; Keywords:frames,convenience,help
;; Package-Requires: ((posframe) (alert)) ;; Package-Requires: ((posframe) (alert) (dash))
;; This file is NOT part of GNU Emacs. ;; This file is NOT part of GNU Emacs.
@ -31,6 +31,7 @@
(require 'posframe) (require 'posframe)
(require 'alert) (require 'alert)
(require 'dash)
(if (not (fboundp #'string-pixel-width)) (if (not (fboundp #'string-pixel-width))
(progn (progn
(require 'shr) ;for `shr-string-pixel-width' (require 'shr) ;for `shr-string-pixel-width'