Add support for generating source hut links.

This commit is contained in:
Tom Alexander
2023-09-30 00:50:25 -04:00
parent c2a0f90b4f
commit 9d118078ae
2 changed files with 37 additions and 2 deletions

View File

@@ -7,6 +7,6 @@
;; dabbrev-expand. Seems to be some sort of dumb-expand. Accidentally hitting it when trying to use M-?
(global-unset-key (kbd "M-/"))
(global-set-key (kbd "C-x g l") 'generate-github-link)
(global-set-key (kbd "C-x g l") 'generate-vc-link)
(provide 'base-global-keys)