Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-01 | More Elisp linting | William Carroll | 2 | -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.el | William Carroll | 2 | -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 Carroll | 1 | -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/shared | William Carroll | 73 | -0/+399 | |
Moving all of my Emacs-related files into their own directory at the root of this repository. |