mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +00:00
Add a few more automatically built packages to the commonly running script.
This commit is contained in:
parent
3ca7717b77
commit
28b690130d
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
./buildarchive magit yasnippet markdown-mode deft gist hl-sentence ido-ubiquitous
|
echo "Updating epkgs..."
|
||||||
|
cd epkgs
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
|
||||||
|
./buildarchive magit yasnippet markdown-mode deft gist hl-sentence ido-ubiquitous haskell-mode color-theme-solarized full-ack evil undo-tree
|
||||||
|
|
||||||
./sync
|
./sync
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue