summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-03-06 17:31:55 +0100
committerGuido Günther <agx@sigxcpu.org>2016-03-06 17:32:26 +0100
commit12cb389b405ef48cab8cb0b3997abc8ec8e804d6 (patch)
tree9dffc834aa2448527c4e560290af9220b0d0ae8d
parentcd755277dc784e6d2575f626550075498c51d570 (diff)
Simplify blog links
-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)