meson bulid changes
Meson Build and Deploy / build (push) Failing after 29s

This commit is contained in:
Arthur Barraux
2025-09-24 11:04:16 +02:00
parent d8fc7d2d67
commit 8844d2f064
3 changed files with 123 additions and 116 deletions
+7 -2
View File
@@ -1,7 +1,6 @@
#include "../include/init.h"
#include "data.h"
#include "../include/data.h"
#include <stdio.h>
#include <stdlib.h>
extern struct editorConfig;
@@ -21,4 +20,10 @@ void initEditor() {
die("getWindowSize");
}
E.screenrows -= 2;
// E.fd_init_file = fopen("../config/init.el", "r");
// E.ctx = lisp_init();
// E.ctx_data = lisp_read_file(E.fd_init_file, &E.ctx_error, E.ctx);
// lisp_printf(stderr, E.ctx_data);
}