From 817186dd0afd87bef295127f48db714a912ceebf Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 19 Dec 2022 10:14:44 +0100 Subject: [PATCH] Update list of Org link abbreviations Add the two famous git plattforms and stick to HTTPS exclusively. --- init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 4ca47af..2914bef 100644 --- a/init.el +++ b/init.el @@ -951,7 +951,11 @@ (add-to-list 'org-link-abbrev-alist '("ddg" . "https://duckduckgo.com/?q=%s")) (add-to-list 'org-link-abbrev-alist - '("omap" . "http://nominatim.openstreetmap.org/search?q=%s&polygon=1")) + '("omap" . "https://nominatim.openstreetmap.org/search?q=%s&polygon=1")) + (add-to-list 'org-link-abbrev-alist + '("github" . "https://github.com/")) + (add-to-list 'org-link-abbrev-alist + '("gitlab" . "https://gitlab.com/")) ;; Some timers