CSCI 338: Fall 2023

Software Engineering

CSCI 338: Fall 2023

Resources > Emacs

Installation

Mac

1
2
3
brew update
brew install emacs
brew services start emacs

Linux

1
2
3
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