Age | Commit message (Collapse) | Author | Files | Lines |
|
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`.
|
|
- change clojure.el to wpc-clojure.el
- delete stale, commented code
- add Configuration header
- add Version, URL, Package-Requires sections
|
|
Define KBDs in clojure-mode-map that resemble my common-lisp and elisp KBDs.
|
|
Moving all of my Emacs-related files into their own directory at the root of
this repository.
|