+doom +nyxt +bat +zellij

This commit is contained in:
m3tam3re
2024-03-23 05:46:12 +01:00
parent 57298a6bbc
commit 94423f7e3e
44 changed files with 6461 additions and 0 deletions

3
nyxt/auto-config.3.lisp Normal file
View File

@@ -0,0 +1,3 @@
(defmethod customize-instance ((input-buffer input-buffer) &key)
(disable-modes* 'nyxt/mode/emacs:emacs-mode input-buffer)
(enable-modes* 'nyxt/mode/vi:vi-normal-mode input-buffer))