nyxt: add some basic autofills
This commit is contained in:
parent
8d965f9c12
commit
66c7024bfb
|
@ -25,6 +25,12 @@
|
|||
"C-c u" 'copy-username
|
||||
"C-c p" 'copy-password)))))
|
||||
|
||||
(define-configuration :autofill-mode
|
||||
"Add autofill functions for passwords"
|
||||
((autofills (list
|
||||
(nyxt/mode/autofill:make-autofill :name "name" :fill "Evie Litherland-Smith")
|
||||
(nyxt/mode/autofill:make-autofill :name "email" :fill "evie@xenia.me.uk")))))
|
||||
|
||||
(define-configuration browser
|
||||
((restore-session-on-startup-p nil)
|
||||
(theme (make-instance
|
||||
|
|
Loading…
Reference in a new issue