From e01b966d059120d461977ab933c716f51f31a9c4 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 19 Dec 2019 12:13:38 -0500 Subject: [PATCH] FIX actually enable dash font lock --- etc/conf.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index bdb7b26..f06983a 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -90,7 +90,7 @@ Some useful external libraries that I use all over the place (use-package dash :straight t :config - (setq dash-enable-fontlock t)) + (dash-enable-font-lock)) #+END_SRC #+BEGIN_SRC emacs-lisp