Ensure dash is loaded before its functions are used

Emacs otherwise complains about an undefined -difference function in the
use-package declaration of mm-decode.
This commit is contained in:
Daniel - 2022-05-25 17:53:20 +02:00
parent b20203f335
commit 4dd7efe71a
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 0 deletions

View File

@ -586,6 +586,7 @@
;; * Essential external packages
(use-package dash
:defer nil
:config (progn
(global-dash-fontify-mode)
(dash-register-info-lookup)))