2022-10-20 04:03:56 +00:00
|
|
|
;; Add your keys here, as such
|
|
|
|
|
|
|
|
;; Disable the suspend frame hotkeys
|
|
|
|
(global-unset-key (kbd "C-z"))
|
|
|
|
(global-unset-key (kbd "C-x C-z"))
|
|
|
|
|
|
|
|
;; dabbrev-expand. Seems to be some sort of dumb-expand. Accidentally hitting it when trying to use M-?
|
|
|
|
(global-unset-key (kbd "M-/"))
|
|
|
|
|
2023-09-30 04:50:25 +00:00
|
|
|
(global-set-key (kbd "C-x g l") 'generate-vc-link)
|
2022-10-20 04:03:56 +00:00
|
|
|
|
|
|
|
(provide 'base-global-keys)
|