aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-10-07 11:58:01 +1100
committerYuchen Pei <hi@ypei.me>2022-10-07 11:58:01 +1100
commit3c337adc87d9ba6b8cb81e04136c73040982fdfb (patch)
treeb80f0af1e8ae41aa287c1dc6d3509b90a8b05274
parentb86519f50b4dcfc3c7495c5bf483f13372e1b021 (diff)
removing deps on eww
-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 ()