next: Add quickdocs search engine

master
Pierre Neidhardt 2019-06-04 08:12:05 +02:00
parent 38a7177c84
commit fed49a4086
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
;; (setf (cdr (last (eval (get-default 'window 'search-engines))))
;; '(("yt" . "https://www.youtube.com/results?search_query=~a")))
(nconc (eval (get-default 'window 'search-engines))
'(("yt" . "https://www.youtube.com/results?search_query=~a")))
'(("q" . "http://quickdocs.org/search?q=~a")
("yt" . "https://www.youtube.com/results?search_query=~a")))
(define-key (key "C-M-b") #'switch-buffer
(key "C-M-w") #'make-window