diff options
author | Yuchen Pei <hi@ypei.me> | 2022-10-07 11:58:01 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-10-07 11:58:01 +1100 |
commit | 3c337adc87d9ba6b8cb81e04136c73040982fdfb (patch) | |
tree | b80f0af1e8ae41aa287c1dc6d3509b90a8b05274 | |
parent | b86519f50b4dcfc3c7495c5bf483f13372e1b021 (diff) |
removing deps on eww
-rw-r--r-- | luwak.el | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 () |