aboutsummaryrefslogtreecommitdiff
path: root/luwak.el
diff options
context:
space:
mode:
Diffstat (limited to 'luwak.el')
-rw-r--r--luwak.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/luwak.el b/luwak.el
index 515a580..ed0f6fe 100644
--- a/luwak.el
+++ b/luwak.el
@@ -16,8 +16,6 @@
;; You should have received a copy of the GNU Affero General Public
;; License along with luwak. If not, see <https://www.gnu.org/licenses/>.
-(require 'eww)
-
(defvar luwak-buffer "*luwak*")
(defvar-local luwak-data nil)
@@ -48,7 +46,6 @@
(defun luwak-open (url)
(interactive "sUrl to open: ")
- (setq url (eww--dwim-expand-url url))
(luwak-open-internal url current-prefix-arg 'luwak-add-to-history))
(defun luwak-copy-url ()