about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-clojure.el
AgeCommit message (Collapse)AuthorFilesLines
2020-09-02 Require general.el for packages that depend on itWilliam Carroll1-0/+6
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 wpc-clojure.elWilliam Carroll1-37/+10
- change clojure.el to wpc-clojure.el - delete stale, commented code - add Configuration header - add Version, URL, Package-Requires sections
2020-06-16 Support additional KBDs for ClojureWilliam Carroll1-0/+8
Define KBDs in clojure-mode-map that resemble my common-lisp and elisp KBDs.
2020-01-30 Move move .emacs.d out of configs/sharedWilliam Carroll1-0/+85
Moving all of my Emacs-related files into their own directory at the root of this repository.