about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-18T22·51+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-18T22·51+0000
commitcb39efd0ac5175e9f6a4c2ed913e1ea26506c4b2 (patch)
tree1b634eddc1fa1eb30bd9f226a8bebdf3d4568b9b
parent66f597ac39c3258f9b55d9e484a717cd235435dc (diff)
Remove unused keybindings
In the interest of slimming down, removing these dusty keybindings.
-rw-r--r--configs/shared/.emacs.d/wpc/dotfiles.el6
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