diff --git a/.config/next/init.lisp b/.config/next/init.lisp index 281393f4..1f3222b5 100644 --- a/.config/next/init.lisp +++ b/.config/next/init.lisp @@ -190,7 +190,8 @@ format." (define-configuration browser ((search-engines (append my-search-engines %slot-default)) (session-restore-prompt :always-restore) - (bookmarks-path (make-instance 'bookmarks-data-path :basename "~/personal/bookmarks/bookmarks.lisp.gpg")) + (bookmarks-path (make-instance 'bookmarks-data-path + :basename "~/personal/bookmarks/bookmarks.lisp.gpg")) ;; (bookmarks-restore-function #'restore-eww-bookmarks) ))