Add Dash integration
This commit is contained in:
parent
1426dfecd7
commit
90f783392e
3 changed files with 8 additions and 3 deletions
|
|
@ -47,6 +47,10 @@
|
|||
(unless (package-installed-p 'window-purpose)
|
||||
(package-install 'window-purpose))
|
||||
|
||||
;; Dash integration
|
||||
(unless (package-installed-p 'dash-at-point)
|
||||
(package-install 'dash-at-point))
|
||||
|
||||
;; Project management
|
||||
(unless (package-installed-p 'projectile)
|
||||
(package-install 'projectile))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue