Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 2.54 KB

README.md

File metadata and controls

75 lines (51 loc) · 2.54 KB

Opinionated collection of the best dotemacs (*.el) files

Prerequisites

An Emacs Lisp Package Archive such as MELPA (Milkypostman's Emacs Lisp Archive) is required.

Installation

  1. git clone https://github.com/jontsai/dotemacs OR git clone [email protected]:jontsai/dotemacs.git
  2. make (See Makefile)
  3. Profit

Utilities

Dependency Emacs Packages

This Emacs configuration uses the following Emacs packages:

Installation

Installation of these dependencies happens automatically with make.

Previously, the steps were:

  1. Fetch the latest MELPA package list:
    M-x package-refresh-contents
  2. For each of these, run:
    M-x package-install <package-name>

Deprecated Dependencies

These packages were previously used by this Emacs configuration, but no longer.

Languages

Contributing

Pull requests are welcome!

Guides to Learning Emacs

License

See LICENSE.md