[Dict] Require ’gnutls

This commit is contained in:
Daniel - 2017-11-17 08:02:49 +01:00
parent 3a51420a7c
commit 6172baddc2
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -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)