Add desktop saving on exit, set up windows

This commit is contained in:
Maciej Szlosarczyk 2017-08-25 23:09:43 +03:00
parent 52d60d1297
commit 1228134db5
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
10 changed files with 126 additions and 22 deletions

View file

@ -127,18 +127,10 @@
(package-refresh-contents)
(package-install 'ujelly-theme))
(unless (package-installed-p 'avk-emacs-themes)
(package-refresh-contents)
(package-install 'avk-emacs-themes))
(unless (package-installed-p 'flatui-theme)
(package-refresh-contents)
(package-install 'flatui-theme))
(unless (package-installed-p 'all-the-icons)
(package-refresh-contents)
(package-install 'all-the-icons))
(unless (package-installed-p 'atom-one-dark-theme)
(package-refresh-contents)
(package-install 'atom-one-dark-theme))