diff options
Diffstat (limited to 'lisp/+eww.el')
-rw-r--r-- | lisp/+eww.el | 2 |
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 |