summary refs log tree commit diff stats
path: root/lisp/+eww.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-14 21:03:36 -0600
committerCase Duckworth2022-01-14 21:03:36 -0600
commit0495456fb904bf291a71ff87d59a5dda5d0c298d (patch)
tree3bf15e38022280362091cd699ce8da21d2a2a27a /lisp/+eww.el
parentMerge branch 'main' of https://tildegit.org/acdw/emacs (diff)
downloademacs-0495456fb904bf291a71ff87d59a5dda5d0c298d.tar.gz
emacs-0495456fb904bf291a71ff87d59a5dda5d0c298d.zip
Ch ch ch changes
Diffstat (limited to 'lisp/+eww.el')
-rw-r--r--lisp/+eww.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/+eww.el b/lisp/+eww.el index aad602f..8d53571 100644 --- a/lisp/+eww.el +++ b/lisp/+eww.el
@@ -65,7 +65,7 @@
65 65
66(defun +eww-bookmark-setup () 66(defun +eww-bookmark-setup ()
67 "Setup eww bookmark integration." 67 "Setup eww bookmark integration."
68 (setq-local bookmark-make-record-function #'eww-bookmark--make)) 68 (setq-local bookmark-make-record-function #'+eww-bookmark--make))
69 69
70(provide '+eww) 70(provide '+eww)
71;;; +eww.el ends here 71;;; +eww.el ends here