diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-18T22·51+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-18T22·51+0000 |
commit | cb39efd0ac5175e9f6a4c2ed913e1ea26506c4b2 (patch) | |
tree | 1b634eddc1fa1eb30bd9f226a8bebdf3d4568b9b /configs/shared/.emacs.d/wpc/dotfiles.el | |
parent | 66f597ac39c3258f9b55d9e484a717cd235435dc (diff) |
Remove unused keybindings
In the interest of slimming down, removing these dusty keybindings.
Diffstat (limited to 'configs/shared/.emacs.d/wpc/dotfiles.el')
-rw-r--r-- | configs/shared/.emacs.d/wpc/dotfiles.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configs/shared/.emacs.d/wpc/dotfiles.el b/configs/shared/.emacs.d/wpc/dotfiles.el index 0de84f6a62f5..2e78cf213733 100644 --- a/configs/shared/.emacs.d/wpc/dotfiles.el +++ b/configs/shared/.emacs.d/wpc/dotfiles.el @@ -49,11 +49,5 @@ (find-file (f-join "~/dotfiles/configs/shared/.emacs.d" name))) -(when dotfiles/install-kbds? - (evil-leader/set-key "J" #'dotfiles/edit) - (evil-leader/set-key "c" (lambda () - (interactive) - (counsel-find-file "~/.config")))) - (provide 'dotfiles) ;;; dotfiles.el ends here |