Customizing commands ran by magit

2019-02-21 Thread John Shahid
Hi all, Is there a way to customize the command that magit run when I commit, e.g. using `git ci' (a user defined alias) instead of `git commit' ? I used to have a popup action to run `git ci' bound to "i". With the recent switch to transient my customization broke as it used to rely on

Re: Customizing commands ran by magit

2019-02-21 Thread Kyle Meyer
Hi John, John Shahid writes: > Hi all, > > Is there a way to customize the command that magit run when I commit, > e.g. using `git ci' (a user defined alias) instead of `git commit' ? I > used to have a popup action to run `git ci' bound to "i". With the > recent switch to transient my