jontsai / dotemacs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

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

License:MIT License


Languages

Language:Emacs Lisp 97.3%Language:Shell 2.4%Language:Makefile 0.3%