X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=emacs.el;fp=emacs.el;h=5f7aed0980d2241ceb29f973a01ea5f490364c98;hp=e9c9969d750214ca79e862b6e98ec40c0e029a6f;hb=da37931ecad6bda8a1f1dc6146c1ca805359cba6;hpb=44ee31af3c67a477c92d749c462e5ebb92d8397f diff --git a/emacs.el b/emacs.el index e9c9969..5f7aed0 100644 --- a/emacs.el +++ b/emacs.el @@ -123,6 +123,7 @@ uses `load-path' to find it." (ff/compile-when-needed (concat name ".el")) (mapc (lambda (dir) (let* ((src (concat dir "/" name))) + ;; (message "Compiling " scr) ;;*********** (when (file-newer-than-file-p src (concat src "c")) (if (let ((byte-compile-verbose nil)) (condition-case nil @@ -1223,9 +1224,9 @@ goback argument, go back where we were." (load "vc-git") (defun ff/git-pull-push (universal) (interactive "P") - (when universal (shell-command "git commit -a -m \"Update\"" nil)) + (when universal (shell-command "git commit -a -m \"Update.\"" nil)) (message "git pull / push ...") - (async-shell-command "git pull && git push" nil) + (async-shell-command "git remote get-url origin && git pull && git push" nil) ) (defun ff/git-pull () (interactive)