Add desktop saving on exit, set up windows
This commit is contained in:
parent
52d60d1297
commit
1228134db5
10 changed files with 126 additions and 22 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue