Nyxt: Rename auto-mode-list to auto-mode-rules.

master
Pierre Neidhardt 2020-08-10 12:12:19 +02:00
parent 9c6926584b
commit fdbf703369
1 changed files with 2 additions and 2 deletions

View File

@ -184,8 +184,8 @@ format."
(session-restore-prompt :always-restore)
(bookmarks-path (make-instance 'bookmarks-data-path
:basename "~/personal/bookmarks/bookmarks.lisp.gpg"))
(auto-mode-list-data-path
(make-instance 'auto-mode-list-data-path :basename "~/personal/bookmarks/auto-mode-list.lisp.gpg"))
(auto-mode-rules-data-path
(make-instance 'auto-mode-rules-data-path :basename "~/personal/bookmarks/auto-mode-rules.lisp.gpg"))
;; (startup-function (make-startup-function :buffer-fn (lambda () (make-buffer :url "https://en.wikipedia.org"))))
;; (bookmarks-restore-function #'restore-eww-bookmarks)
))