Remove unused keybindings
In the interest of slimming down, removing these dusty keybindings.
This commit is contained in:
parent
66f597ac39
commit
cb39efd0ac
1 changed files with 0 additions and 6 deletions
|
@ -49,11 +49,5 @@
|
||||||
(find-file
|
(find-file
|
||||||
(f-join "~/dotfiles/configs/shared/.emacs.d" name)))
|
(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)
|
(provide 'dotfiles)
|
||||||
;;; dotfiles.el ends here
|
;;; dotfiles.el ends here
|
||||||
|
|
Loading…
Reference in a new issue