Engine: Remove hack since input prompt property has been fixed in 2.1.1.

master
Pierre Neidhardt 2020-01-09 17:01:19 +01:00
parent 9407f73612
commit b75efffeae
1 changed files with 0 additions and 5 deletions

View File

@ -1,10 +1,5 @@
;;; 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)