From b34ca3263f6f3a5c154fdf17cff759ed4ff8a20c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 21 Jan 2023 11:14:45 +0100 Subject: [PATCH] Fix accidental typo in package declaration --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 2d35437..7bc9733 100644 --- a/init.el +++ b/init.el @@ -3073,7 +3073,7 @@ With given ARG, display files in `db/important-document-path’." :ensure t :commands (define-word-at-point define-word)) -(use-package dilctcc +(use-package dictcc :ensure t :commands (dictcc) :config (require 'gnutls))