Language

Package: emacs-cascading-dir-locals @ 0.1-0.efdf5e6

Synopsis

Apply all .dir-locals.el from root to current directory

Description

This package provides a global minor mode that changes how Emacs handles the lookup of applicable dir-locals files (.dir-locals.el): instead of starting at the directory of the visited file and moving up the directory tree only until a first dir-locals file is found, collect and apply all (!) dir-locals files found from the current directory up to the root one.

Values specified in files nearer to the current directory take precedence over values in files farther away from it.

You might want to use this to globally set dir-local variables that apply to all of your projects, then override or add variables on a per-project basis.

Home page
https://github.com/fritzgrabo/cascading-dir-locals
Location
gnu/packages/emacs-xyz.scm (line: 23727, column: 4)
License

Lint warnings

LinterMessageLocation
No lint warnings