Tagged Questions
5
votes
3answers
175 views
How to install/default to the command line version of Emacs?
I installed Emacs using sudo apt-get install emacs. The problem is that when I launch Emacs from the command line (e.g. emacs main.c) it opens Emacs with a GUI. I prefer the command line version which ...
3
votes
2answers
253 views
Script for opening a file in an already existing emacs process
I keep emacs open all the time I'm working. I have several script that will launch all the apps and files related to a specific project. But, it will launch emacs again, rather than simply cause the ...