fix bindkey

This commit is contained in:
Kaz Saita(WSL2) 2024-05-06 00:58:08 +09:00
parent e387e5180b
commit bbc218b06e

View file

@ -1,3 +1,4 @@
;; init.el - part of dotfiles
;; https://git.kinoshita-lab.org/kazbo/dotfiles
@ -286,9 +287,12 @@
)
(require 'bind-key)
(leaf bind-key
:ensure t
:config
(bind-key "C-t" 'other-window global-map)
(bind-key "C-h" 'delete-backward-char 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.