mirror of
https://github.com/correl/melpa.git
synced 2025-04-12 01:01:04 -09:00
updates and fixes
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`.
This commit is contained in:
parent
c2cde4998b
commit
bff01bfb42
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ git pull
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
|
||||||
./buildarchive magit yasnippet markdown-mode deft gist hl-sentence ido-ubiquitous haskell-mode color-theme-solarized full-ack evil undo-tree
|
./buildarchive magit yasnippet markdown-mode markdown-mode+ deft gist hl-sentence ido-ubiquitous haskell-mode color-theme-solarized full-ack evil undo-tree
|
||||||
|
|
||||||
./sync
|
./sync
|
||||||
|
|
||||||
|
|
2
epkgs
2
epkgs
|
@ -1 +1 @@
|
||||||
Subproject commit 6f590af6c53cebeb563ce7d40afd4ba9f24e04a7
|
Subproject commit 842ba4e25656cc2b7b358e7da1b78c6c96894703
|
|
@ -126,7 +126,7 @@
|
||||||
(current-buffer) nil "pull"))
|
(current-buffer) nil "pull"))
|
||||||
)
|
)
|
||||||
(t
|
(t
|
||||||
(message "cloning repository")
|
(message "cloning %s to %s" repo dir)
|
||||||
(process-file
|
(process-file
|
||||||
"git" nil
|
"git" nil
|
||||||
(current-buffer)
|
(current-buffer)
|
||||||
|
|
Loading…
Add table
Reference in a new issue