diff options
author | zachir <zachir@librem.one> | 2023-01-22 22:06:02 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-01-22 22:06:02 -0600 |
commit | 12868424437603855669933d388f68fcedc185c7 (patch) | |
tree | 65dba11a133c47e47f58a719a4d53f03fdc338c1 /nyxt/auto-config.lisp | |
parent | d8a96c4f081242bab18306af3d981446c014440d (diff) |
mass deletions
Diffstat (limited to 'nyxt/auto-config.lisp')
-rw-r--r-- | nyxt/auto-config.lisp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nyxt/auto-config.lisp b/nyxt/auto-config.lisp deleted file mode 100644 index 88335fa..0000000 --- a/nyxt/auto-config.lisp +++ /dev/null @@ -1,4 +0,0 @@ -(DEFINE-CONFIGURATION BUFFER - ((DEFAULT-MODES (APPEND '(NYXT::VI-NORMAL-MODE) %SLOT-DEFAULT%)))) -(DEFINE-CONFIGURATION PROMPT-BUFFER - ((DEFAULT-MODES (APPEND '(NYXT::VI-INSERT-MODE) %SLOT-DEFAULT%)))) |