From 377b9065cb02cd3ddfde9a126fa4fe6e7c746a22 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 27 Jan 2021 11:36:10 +0100 Subject: [PATCH] dash: Enable global-dash-fontify-mode Instead of calling the obsolete `dash-enable-font-lock' function. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 350614d..6fa5f1a 100644 --- a/init.el +++ b/init.el @@ -64,7 +64,7 @@ ;;; Long tail (use-package dash - :config (dash-enable-font-lock)) + :config (global-dash-fontify-mode 1)) (use-package diff-hl :config