Parcourir la source

emacs.el: Remove st alias for git-command

pull/1/head
10sr il y a 10 ans
Parent
révision
4296700265
1 fichiers modifiés avec 1 ajouts et 11 suppressions
  1. +1
    -11
      emacs.el

+ 1
- 11
emacs.el Voir le fichier

@@ -960,17 +960,7 @@ found, otherwise returns nil."
'("di" . (lambda (options cmd args)
(git-command-exec options
"diff"
args))))
(add-to-list
'git-command-aliases-alist
'("st" . (lambda (options cmd args)
(message "%s"
(shell-command-to-string
(concat "git "
(git-command-construct-commandline
options
"status"
`("-s" "-b" ,@args)))))))))
args)))))
(setq git-command-use-emacsclient t)
(or git-command-prompt-file
(setq git-command-prompt-file


Chargement…
Annuler
Enregistrer