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 u" 'copy-username
|
||||||
"C-c p" 'copy-password)))))
|
"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
|
(define-configuration browser
|
||||||
((restore-session-on-startup-p nil)
|
((restore-session-on-startup-p nil)
|
||||||
(theme (make-instance
|
(theme (make-instance
|
||||||
|
|
Loading…
Reference in a new issue