Hacker News new | ask | show | jobs
by iib 1855 days ago
Would the need for a pure terminal magit be resolved by the fact that Emacs can run in the terminal? [1] seems to have a solution to obtain a fast starting subset of Emacs and start into magit-status directly.

    emacs -Q -nw --load magit-init.el --eval '(progn (magit-status) (delete-other-windows)'
Would this work in IDE consoles?

[1] https://www.wisdomandwonder.com/article/10787/emacsorg-mode-...

1 comments

Thanks, it should! Will try it out!