diff options
author | shoshin <shoshin@cicadas.surf> | 2022-10-14 20:49:57 -0500 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-10-14 20:49:57 -0500 |
commit | dab3e02b824d0266d038112e45f1c6502b27cb07 (patch) | |
tree | fa9f500e57eb81f65f0c5b24f39eb4742361a786 /shoshimacs.el | |
parent | 65f840eab60f4b158e30f43eb3c8dd4d7ae52468 (diff) |
Add: autothemer package
Diffstat (limited to 'shoshimacs.el')
-rw-r--r-- | shoshimacs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shoshimacs.el b/shoshimacs.el index 01fe685..f6c50f6 100644 --- a/shoshimacs.el +++ b/shoshimacs.el @@ -261,4 +261,6 @@ (mapc #'package-install my-themes-to-install) +(package-install 'autothemer) + (package-install 'windresize) |