From 3c337adc87d9ba6b8cb81e04136c73040982fdfb Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 7 Oct 2022 11:58:01 +1100 Subject: removing deps on eww --- luwak.el | 3 --- 1 file changed, 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 . -(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 () -- cgit v1.2.3