summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keybindings.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/keybindings.el b/keybindings.el
index a35ae7b..2cafa3b 100644
--- a/keybindings.el
+++ b/keybindings.el
@@ -13,3 +13,5 @@
(global-set-key (kbd "C-, a") 'align-regexp)
(global-set-key (kbd "C-, s") 'delete-trailing-whitespace)
(global-set-key (kbd "C-, c") 'xcpu-commit-current-file)
+(global-set-key (kbd "C-, C") 'blog-insert-cve-markdown-link)
+(global-set-key (kbd "C-, D") 'blog-insert-debian-bts-markdown-link)