From be5b4a12000ca22f03fa36104d623eacf4be0dcf Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 21 Jul 2021 09:20:57 +0200 Subject: [PATCH] nyxt: Remove useless parentheses for prompt-buffer configuration. --- .config/nyxt/init.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nyxt/init.lisp b/.config/nyxt/init.lisp index db4ac281..ee2bbaff 100644 --- a/.config/nyxt/init.lisp +++ b/.config/nyxt/init.lisp @@ -134,7 +134,7 @@ Recognized formats: my-mode) %slot-default%)))) -(define-configuration (prompt-buffer) +(define-configuration prompt-buffer ((default-modes (append '(vi-insert-mode) %slot-default%)))) (define-configuration (web-buffer nosave-buffer)