diff --git a/emacs.d/init.el b/emacs.d/init.el index b635444..92b53ea 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -1,3 +1,4 @@ + ;; init.el - part of dotfiles ;; https://git.kinoshita-lab.org/kazbo/dotfiles @@ -286,9 +287,12 @@ ) -(require 'bind-key) -(bind-key "C-t" 'other-window global-map) -(bind-key "C-h" 'delete-backward-char global-map) +(leaf bind-key + :ensure t + :config + (bind-key "C-t" 'other-window global-map) + (bind-key "C-h" 'delete-backward-char global-map)) + (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.