From 2bf62984e24e21e97e018871d03e71b8e1a1b40c Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 27 Oct 2023 12:55:36 +0900 Subject: [PATCH] Update --- emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.el b/emacs.el index 964b435..cd6c192 100644 --- a/emacs.el +++ b/emacs.el @@ -3030,6 +3030,9 @@ ARGS are not used." (set-variable 'awk-preview-default-program "# C-c C-l: Update preview C-c C-c: Commit and exit # C-c C-r: Resest to original C-c C-k: Abort +BEGIN { + # FS = \",\" +} { # Replace string # gsub(BEFORE, AFTER, $0)