Fix typo in use-package definition for shell scripts

This commit is contained in:
Daniel Borchmann 2020-08-27 19:39:18 +02:00
parent 628bfde98c
commit 186aef5252
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

@ -2722,7 +2722,7 @@ With given ARG, display files in `db/important-document-path."
nil))
use-package))))
(use-package sh-scripts
(use-package sh-script
:defer t
:init (setq sh-basic-offset 2
sh-indentation 2))