Fix typo in use-package definition for shell scripts
This commit is contained in:
parent
628bfde98c
commit
186aef5252
2
init.el
2
init.el
@ -2722,7 +2722,7 @@ With given ARG, display files in `db/important-document-path’."
|
|||||||
nil))
|
nil))
|
||||||
use-package))))
|
use-package))))
|
||||||
|
|
||||||
(use-package sh-scripts
|
(use-package sh-script
|
||||||
:defer t
|
:defer t
|
||||||
:init (setq sh-basic-offset 2
|
:init (setq sh-basic-offset 2
|
||||||
sh-indentation 2))
|
sh-indentation 2))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user