From 6172baddc2454eddfb017e67ed41df2853e06939 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 17 Nov 2017 08:02:49 +0100 Subject: [PATCH] =?UTF-8?q?[Dict]=20Require=20=E2=80=99gnutls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index c09ee88..17d5450 100644 --- a/init.el +++ b/init.el @@ -1207,7 +1207,8 @@ Certificates are assumed to be of the form *.crt." :commands (define-word-at-point define-word)) (use-package dictcc - :commands (dictcc)) + :commands (dictcc) + :config (require 'gnutls)) (use-package edit-list :commands edit-list)