nyxt: update basic config for Nyxt 3

This commit is contained in:
Gabriel Arazas 2023-10-16 22:43:12 +08:00
parent 4fc0d2eea5
commit 12720fb26d
2 changed files with 3 additions and 3 deletions

3
nyxt/config.lisp Normal file
View File

@ -0,0 +1,3 @@
(define-configuration buffer
((default-modes
(pushnew 'nyxt/mode/vi:vi-normal-mode %slot-value%))))

View File

@ -1,3 +0,0 @@
(define-configuration (buffer web-buffer)
((default-modes (append '(vi-normal-mode) %slot-default))))