Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-02 | Require general.el for packages that depend on it | William Carroll | 1 | -0/+2 | |
Since I'm calling `(require 'general)` in `wpc-package.el`, which gets called at the beginning of my `init.el` file, all sub-modules have `general`. I originally wanted this, but I'm beginning to rethink that preference. After `script.el` broke my CI because of a missing `general` dependency, I'm fixing it for `buffer.el` and all other modules that consume `general`. | |||||
2020-08-31 | Lint more Elisp files, delete others | William Carroll | 1 | -1/+5 | |
I may regret this, but I delete Ocaml and ReasonML modules; I can alway restore them thanks to Git. Added more ceremony to other modules to appease the linting gods. | |||||
2020-01-30 | Move move .emacs.d out of configs/shared | William Carroll | 1 | -0/+27 | |
Moving all of my Emacs-related files into their own directory at the root of this repository. |