Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 393 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 393 Bytes

Emacs config

Installation

  1. Install emacs
    • brew cask tap railwaycat/emacsmacport
    • brew cask install emacs-mac
  2. Clone or download project.
  3. run install script. If you have started emacs before you need to remove the ~/.emacs.d folder and .emacs file first.
  4. open emacs and install the package use-package
  5. restart emacs.

Updating

  1. git pull
  2. restart emacs