Hacker News new | ask | show | jobs
by ashton314 1856 days ago
You could just alias this in your shell:

    alias magit='emacs -nw --eval "(magit-status)"'
2 comments

I was reading the thread and replied to a very similar situation. The only addition was that if you want only a magit interface, it makes no sense to load the rest of your emacs config, so you could add a special magit initialization file, and just add -Q --load magit-init.el
Thanks, that’s exactly what I want.