mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
mg: add new package/microscopic emacs style editor
For Emacsian! You can use "Dired", which is Emacsian's favorite. You can also use "re-search". Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
--- a/fileio.c
|
||||
+++ b/fileio.c
|
||||
@@ -23,6 +23,10 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
+#ifndef DEFFILEMODE
|
||||
+#define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
|
||||
+#endif
|
||||
+
|
||||
#include "def.h"
|
||||
#include "kbd.h"
|
||||
#include "pathnames.h"
|
||||
Reference in New Issue
Block a user