diff options
Diffstat (limited to '.config/nyxt/init.lisp')
| -rwxr-xr-x | .config/nyxt/init.lisp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/nyxt/init.lisp b/.config/nyxt/init.lisp new file mode 100755 index 0000000..5e8214c --- /dev/null +++ b/.config/nyxt/init.lisp @@ -0,0 +1,9 @@ +(define-class dev-data-profile (data-profile) + ((name :initform "dev")) + (:export-class-name-p t) + (:documentation "With the dev profile all data is persisted to the standard locations.")) + +(load-after-system :slynk "~/.config/nyxt/my-slynk.lisp") + +; (define-configuration buffer +; ((password-interface (make-instance 'password:password-store-interface)))) |
