Fix accidental typo in package declaration

This commit is contained in:
Daniel - 2023-01-21 11:14:45 +01:00
parent 734beb154d
commit b34ca3263f
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

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