Update list of Org link abbreviations

Add the two famous git plattforms and stick to HTTPS exclusively.
This commit is contained in:
Daniel - 2022-12-19 10:14:44 +01:00
parent 11e51d7890
commit 817186dd0a
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 5 additions and 1 deletions

View File

@ -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