Skip to content

A simple template that can be used to get started with an efficient literate Emacs configuration

Notifications You must be signed in to change notification settings

gilbertw1/emacs-literate-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs Literate Starter

This is a simple starter template that provides everything needed to begin writing a literate configuration for Emacs. It includes several optimizations that ensures that the config is loaded very quickly. It benefits heavily from being byte compiled.

Usage

Install

git clone https://github.com/gilbertw1/emacs-literate-starter.git ~/.emacs.d

Compile (not required, but recommended)

cd ~/.emacs.d
make compile

Run

emacs

Make Commands

clean: Delete compiled files

make clean

compile: Byte compile for performance (Recompile required when new changes are made)

make compile

Motivation

When I got started with my own literate configuration I had a difficult time figuring out exactly what I needed to do to create and load it properly. While not being overly difficult and having a large number of examples available, I still found it a bit challenging to get a literate configuration up and running initially.

Additionally, once I got started with my own literate configuration running it was much slower to load than I was used to. After a fair bit of research I was able to find a number of ways to speed up the load time of Emacs significantly. As a result, I'd like to pass on these optimizations to others and save them a similar amount of time and experiementation.

Notes

  • Configuration can be run without being byte compiled first, but will load slower as a result.
  • If configuration has been byte compiled then recompilation is required to pick up new config changes.

Sources

A majority of the optimizations used in this config were sourced from:

About

A simple template that can be used to get started with an efficient literate Emacs configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published