From 12cb389b405ef48cab8cb0b3997abc8ec8e804d6 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 6 Mar 2016 17:31:55 +0100 Subject: Simplify blog links --- keybindings.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3