Add purpose mode (WIP)
This commit is contained in:
parent
f4c93cc2bf
commit
044082974d
4 changed files with 14 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue