Add purpose mode (WIP)

This commit is contained in:
Maciej Szlosarczyk 2017-08-23 16:48:36 +03:00
parent f4c93cc2bf
commit 044082974d
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
4 changed files with 14 additions and 1 deletions

View file

@ -52,6 +52,11 @@
(package-refresh-contents)
(package-install 'aggressive-indent))
;; Window management
(unless (package-installed-p 'window-purpose)
(package-refresh-contents)
(package-install 'window-purpose))
;; Project management
(unless (package-installed-p 'projectile)
(package-refresh-contents)