Engine: Fix when using over mu4e-conversation

master
Pierre Neidhardt 2018-11-20 19:50:53 +01:00
parent ceb41304d3
commit ac99acab06
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
;;; Engine mode
;; REVIEW: Fix initial input default property:
;; https://github.com/hrs/engine-mode/issues/43.
(defun engine/prompted-search-term (engine-name)
(read-string (engine/search-prompt engine-name) (thing-at-point 'symbol 'no-properties)))
(engine-mode)
(require 'eww)