oh-my-fish / plugin-emacs

Wrapper for daemon functionality of Emacs.
MIT License
19 stars 10 forks source link

Empty commit message #5

Open tasmo opened 7 years ago

tasmo commented 7 years ago

On Linux I get an empty commit message in any terminal because Emacs is called with the --no-wait option.

A function for git commits with waiting would be nice e.g.:

function gmacs
  __launch_emacs $argv --create-frame
end