From 12720fb26dce29e1c55489741ecd829255d310fd Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 16 Oct 2023 22:43:12 +0800 Subject: [PATCH] nyxt: update basic config for Nyxt 3 --- nyxt/config.lisp | 3 +++ nyxt/init.lisp | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 nyxt/config.lisp delete mode 100644 nyxt/init.lisp diff --git a/nyxt/config.lisp b/nyxt/config.lisp new file mode 100644 index 0000000..7cf1159 --- /dev/null +++ b/nyxt/config.lisp @@ -0,0 +1,3 @@ +(define-configuration buffer + ((default-modes + (pushnew 'nyxt/mode/vi:vi-normal-mode %slot-value%)))) diff --git a/nyxt/init.lisp b/nyxt/init.lisp deleted file mode 100644 index 8759488..0000000 --- a/nyxt/init.lisp +++ /dev/null @@ -1,3 +0,0 @@ -(define-configuration (buffer web-buffer) - ((default-modes (append '(vi-normal-mode) %slot-default)))) -