Skip to content

Commit

Permalink
Engine: Open Arch Wiki with EWW
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed Jun 20, 2018
1 parent 48c0c8a commit 25e2ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .emacs.d/lisp/init-engine.el
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

(defengine arch-wiki
"http://wiki.archlinux.org/index.php?title=Special%%3ASearch&search=%s&go=Go"
:keybinding "aw")
:keybinding "aw"
:browser 'ambrevar/engine-eww-function)

(defengine ctan
"http://www.ctan.org/search?phrase=%s"
Expand Down

0 comments on commit 25e2ed3

Please sign in to comment.