diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-19T11·14+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-20T10·26+0100 |
commit | 108da34dd99bf4a2986a05e54c98f514966b38fe (patch) | |
tree | caf0908811f8961bcfbe0470d67cb0d3e267fd24 /emacs | |
parent | 29b1694a76bc5ec28db4f82f545bc3d25d4beca6 (diff) |
Delete unused KBDs
Now that everything is in my monorepo, it's easy for me to use <SPC>jd to search for these files.
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-keybindings.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-keybindings.el b/emacs/.emacs.d/wpc/wpc-keybindings.el index a66906dc6a3f..69a5b952688e 100644 --- a/emacs/.emacs.d/wpc/wpc-keybindings.el +++ b/emacs/.emacs.d/wpc/wpc-keybindings.el @@ -115,15 +115,6 @@ "gs" #'magit-status "E" #'refine "es" #'wpc/create-snippet - ;; TODO: Replace with `macros/ilambda' when that is working again. - "ev" (lambda () (interactive) (wpc/find-file-split "~/.config/nvim/init.vim")) - "ee" (lambda () (interactive) (wpc/find-file-split "~/.emacs.d/init.el")) - "ez" (lambda () (interactive) (wpc/find-file-split "~/.zshrc")) - "ea" (lambda () (interactive) (wpc/find-file-split "~/aliases.zsh")) - "ef" (lambda () (interactive) (wpc/find-file-split "~/functions.zsh")) - "el" (lambda () (interactive) (wpc/find-file-split "~/variables.zsh")) - "ex" (lambda () (interactive) (wpc/find-file-split "~/.Xresources")) - "em" (lambda () (interactive) (wpc/find-file-split "~/.tmux.conf")) "l" #'linum-mode "B" #'magit-blame "w" #'save-buffer |