Made custom-clone-git asynchronous
This commit is contained in:
parent
262abd3ead
commit
9ae4bc6a27
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
"Clones a git repository to .emacs.d/foldername"
|
||||
(let ((fullpath (concat "~/.emacs.d/" foldername)))
|
||||
(unless (file-exists-p fullpath)
|
||||
(shell-command (concat "git clone " url " " fullpath))))
|
||||
(async-shell-command (concat "git clone " url " " fullpath))))
|
||||
)
|
||||
|
||||
;; These come from magnars, he's got some awesome things.
|
||||
|
|
Loading…
Reference in a new issue