Nyxt: Use load-after-system instead of load-system.

master
Pierre Neidhardt 2020-10-19 20:26:34 +02:00
parent 2917c2345e
commit ccd339e906
1 changed files with 1 additions and 3 deletions

View File

@ -256,9 +256,7 @@ format."
(define-configuration window
((status-formatter #'my-format-status)))
(load-system :slynk)
(when (find-package :slynk)
(nyxt::load-lisp "/home/ambrevar/dotfiles/.config/nyxt/slynk.lisp"))
(load-after-system :slynk "/home/ambrevar/dotfiles/.config/nyxt/slynk.lisp")
(defvar +dev-data-profile+ (make-instance 'data-profile :name "dev")
"Development profile.")