You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
352 B
EmacsLisp
12 lines
352 B
EmacsLisp
2 years ago
|
(global-unset-key (kbd "<left>"))
|
||
|
(global-unset-key (kbd "<right>"))
|
||
|
(global-unset-key (kbd "<up>"))
|
||
|
(global-unset-key (kbd "<down>"))
|
||
|
(global-unset-key (kbd "<C-left>"))
|
||
|
(global-unset-key (kbd "<C-right>"))
|
||
|
(global-unset-key (kbd "<C-up>"))
|
||
|
(global-unset-key (kbd "<C-down>"))
|
||
|
(global-set-key (kbd "C-x k") 'kill-buffer)
|
||
|
|
||
|
(provide 'config-keys)
|