Custom webjump
This commit is contained in:
parent
ac8cbf1ad7
commit
e518ce80e7
1 changed files with 7 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue