Custom webjump

This commit is contained in:
Marcus Kammer 2021-06-08 18:16:15 +02:00
parent ac8cbf1ad7
commit e518ce80e7

View file

@ -290,3 +290,10 @@
(use-package org-web-tools
:custom (org-web-tools-pandoc-sleep-time 0.4))
(use-package webjump
:bind ("C-c j" . webjump)
:config
(setq webjump-sites
(append '(("stackoverflow" . "www.stackoverflow.com"))
webjump-sample-sites)))