diff options
Diffstat (limited to 'eww-conf.el')
-rw-r--r-- | eww-conf.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eww-conf.el b/eww-conf.el index d10b3a5..5e21db1 100644 --- a/eww-conf.el +++ b/eww-conf.el @@ -15,6 +15,10 @@ (setq eww-search-prefix "https://searx.lukesmith.xyz/search?q=") +;; This feels much quicker +(cond ((version<= "28" emacs-version)) + ((setq eww-retrieve-command '("wget" "--quiet" "--output-document=-")))) + (define-key eww-mode-map (vector 'C-tab) #'durand-eww-goto-search-result) |