about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-keybindings.el
AgeCommit message (Collapse)AuthorFilesLines
2020-08-13 Prefer project.el to projectileWilliam Carroll1-1/+1
Today @tazjin told me about Emacs's built-in project.el library, which he recommended that I extend to support monorepo-specific tooling. It worked like a charm! Now when I press "<leader>f", it will resolve to either the nearest file named default.nix or directory name .git.
2020-04-05 Drop support for wpc-terminalWilliam Carroll1-1/+0
As I mentioned in the previous commit, I now use vterm.el as my primary terminal. I wrote most of this Elisp when I first started using Emacs. I know longer need it.
2020-03-20 Unbind <SPC> in evil's motion mapWilliam Carroll1-1/+1
By default this just advances the point one character, which I don't use nor want especially because my leader key is the space key.
2020-03-20 Support KBD for toggling linum-modeWilliam Carroll1-2/+1
I would like to restore the good practice of jumping precisely to line numbers within buffers.
2020-01-30 Move move .emacs.d out of configs/sharedWilliam Carroll1-0/+229
Moving all of my Emacs-related files into their own directory at the root of this repository.