about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-org.el (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-08-31 Lint string, macros.elWilliam Carroll1-3/+4
More of the same type of linting... basically preferring `namespace-` instead of `namespace/`.
2020-08-31 Fix fill-column errorsWilliam Carroll1-4/+0
- removing stale comments - dropping stale KBDs
2020-08-31 Additional lintingWilliam Carroll1-1/+0
Running `M-x checkdoc` on some of the modules that passed the package-lint but failed additional lints.
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-08-25 Delete org-helpersWilliam Carroll1-1/+0
I'm trying to tidy things up, so I'm trying to apply some of the principles from "Essentialism" to my Emacs configuration.
2020-04-01 Drop support for org-captureWilliam Carroll1-33/+3
I don't use org-capture, and I am not currently interested in developing that habit.
2020-01-30 Move move .emacs.d out of configs/sharedWilliam Carroll1-0/+70
Moving all of my Emacs-related files into their own directory at the root of this repository.