Skip to content

MatthewDarling/.emacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emacs.d

This is a fork of a mentor's Emacs config. My custom code is in the matthewdarling folder. The "core" outside that folder has been stable and featureful for years, needing only minor revision for newer versions of Emacs and third-party packages.

See the changes.

Overriding configuration

In order to override parts of the configuration, create a directory named the same as your user name in .emacs.d and add .el files containing the overrides. All files in this directory will be loaded after the rest of the configuration has been loaded.

Requirements

  • Emacs 26 or greater

Installation

To install, clone this repo to ~/.emacs.d, i.e. ensure that the init.el contained in this repo ends up at ~/.emacs.d/init.el. Create a symlink from profiles.clj to ~/.lein/profiles.clj.

The easiest way is to do this is:

git clone https://github.com/MatthewDarling/.emacs ~/.emacs.d
ln -s ~/.emacs.d/profiles.clj ~/.lein/profiles.clj

Upon starting up Emacs for the first time, the third-party packages will be automatically downloaded and installed.

References

This config has been heavily inspired by:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 96.3%
  • Clojure 3.7%