mirror of
https://github.com/vale981/boon
synced 2025-03-05 09:31:43 -05:00
install powerline
This commit is contained in:
parent
e66ee0dfae
commit
d5a9042e95
1 changed files with 7 additions and 7 deletions
14
boon-test.el
14
boon-test.el
|
@ -11,13 +11,13 @@
|
|||
|
||||
(package-refresh-contents)
|
||||
|
||||
(package-install 'multiple-cursors)
|
||||
(package-install 'dash)
|
||||
(package-install 'expand-region)
|
||||
|
||||
(package-activate 'multiple-cursors)
|
||||
(package-activate 'dash)
|
||||
(package-activate 'expand-region)
|
||||
(dolist (pkg '(multiple-cursors
|
||||
dash
|
||||
expand-region
|
||||
powerline ;; only for boon-powerline
|
||||
))
|
||||
(package-install pkg)
|
||||
(package-activate pkg))
|
||||
|
||||
(add-to-list 'load-path default-directory)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue