mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 03:00:12 +00:00
bff01bfb42
changed some output to be more specific about what is being checked out and where. added markdown-mode+ to the default package build and sync command. updated `epkgs`.
12 lines
229 B
Bash
Executable file
12 lines
229 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Updating epkgs..."
|
|
cd epkgs
|
|
git pull
|
|
cd ..
|
|
|
|
|
|
./buildarchive magit yasnippet markdown-mode markdown-mode+ deft gist hl-sentence ido-ubiquitous haskell-mode color-theme-solarized full-ack evil undo-tree
|
|
|
|
./sync
|
|
|