about summary refs log tree commit diff
path: root/emacs/.emacs.d/snippets (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01 More Elisp lintingWilliam Carroll2-2/+2
This should cover most of the remaining linting errors. After this, I expect fewer than ten linting errors.
2020-08-31 Lint string, macros.elWilliam Carroll2-2/+2
More of the same type of linting... basically preferring `namespace-` instead of `namespace/`.
2020-08-20 Drop support for dir-locals.nix, <nixpkgs>, etc.William Carroll1-3/+4
In the spirit of Marie Kondo, I'm tidying up! TL;DR: - Prefer .envrc `use_nix` and delete all dir-locals.nix files - Remove ~all references to <nixpkgs>, <unstable>, <depot> and prefer referencing each with briefcase.third_party.{pkgs,unstable,depot} - Delete nixBufferFromShell function since I was only using that in dir-locals.nix files
2020-01-30 Move move .emacs.d out of configs/sharedWilliam Carroll73-0/+399
Moving all of my Emacs-related files into their own directory at the root of this repository.