about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-package.el
AgeCommit message (Collapse)AuthorFilesLines
2020-09-02 Require general.el for packages that depend on itWilliam Carroll1-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 othersWilliam Carroll1-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/sharedWilliam Carroll1-0/+27
Moving all of my Emacs-related files into their own directory at the root of this repository.