CSCI 338: Fall 2024

Software Engineering

CSCI 338: Fall 2024

Resources > Emacs

Installation

Mac

brew update
brew install emacs
brew services start emacs

Linux

sudo add-apt-repository universe
sudo apt update
sudo apt install emacs

Useful References

Useful Commands

Start emacs

emacs my_file.txt

Quit emacs

Ctrl+Z