Add missing :config in (use-package indent)

This commit is contained in:
Adam Goldsmith 2019-02-19 02:02:55 -05:00
parent 726224bfe0
commit 6b19b032a6
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
;;;; internal packages
(use-package indent
:config
(setq standard-indent 2)
(setq-default tab-width 4
indent-tabs-mode nil))