Skip to content

tviti/.emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

390 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.emacs.d

A git repo to track my emacs config, and simplify installation/synchronization across multiple machines.

Conventions

Package loading

Top-level use-package declarations live in init.el. Config files that use symbols from a package should (require 'package-name) at the top of the file — this lets linters (e.g. flymake-elisp) resolve symbols when checking files in isolation, and makes each file's dependencies explicit.

Since use-package-always-ensure t is set globally, individual use-package forms should omit :ensure t.

Testing

An ERT test suite validates the configuration to catch errors during bootstrapping.

make test-pre    # Syntax, structure, load-order (no packages needed)
make test        # Full suite including byte-compilation and load tests
make bootstrap   # Install packages then run full suite (fresh machine)
make clean       # Remove .elc files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors