Remove unused keybindings

In the interest of slimming down, removing these dusty keybindings.
This commit is contained in:
William Carroll 2020-01-18 22:51:27 +00:00
parent 66f597ac39
commit cb39efd0ac

View file

@ -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