Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 435 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 435 Bytes

emacs.d

W. Nicholas Greene's emacs configuration. Install some dependencies then checkout this repo to your home directory as .emacs.d and launch emacs. It should grab the required packages from the package manager:

# Install dependencies.
sudo apt-get install clangd
pip install --user pylint cpplint

# Clone and run.
git clone https://github.com/wngreene/emacs.d.git ~/.emacs.d
emacs -nw .

Requires:

  • emacs 27.1