
Once you’re done installing, you need to type in a specific command to launch emacs in your terminal, which is: emacs -nwīasically, this command instructs to not include any window to launch the program but the terminal itself. You can find more information on it in their official download page.
#SUBLIME TEXT EDITOR COMMAND LINE INSTALL#
You should find it in your software center or if you prefer using the terminal on Ubuntu-based distros, you can type in: sudo apt install emacs
#SUBLIME TEXT EDITOR COMMAND LINE HOW TO#
You can even play games in Emacs! How to install it? The unique power of Emacs is that it can be transformed into something completely different from a text editor. There is a large collection of modules that can transform the application for using in completely different scenarios, like - calendar, news reader, word processor etc. It supports macro recording and shortcuts as well. The interface is customizable to suit your workflow. The -t option means 'open the file with the default application for editing text files, as determined via LaunchServices'. The -e option means 'open the file argument with the TextEdit application'. The -a option means 'open the file argument with the named application'. Emacs can handle just about any types of text files. Here are some possible answers, all using the open command-line utility. But once you master it, you can completely leverage its power. Just as Vim, Emacs too comes with a steep learning curve. It is also very rich with various features and, most importantly, extensible. To install any package press CTRL + SHIFT + P COMMAND PALLET install package package Name. In case you didn’t know, it was created by GNU Project founder Richard Stallman.Įmacs is cross-platform and has both command-line and a graphical user interface. GNU Emacs is undoubtedly one of the oldest and versatile text editor out there.
