From dd95f4d3144a0527036db6bc4a755887363fd0d2 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Thu, 18 Jan 2018 08:19:57 +0100 Subject: [PATCH] emacs_cross: aggiungo fine riga unix per win. --- tools/emacs_cross | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/emacs_cross b/tools/emacs_cross index e866e88..e522c5a 100644 --- a/tools/emacs_cross +++ b/tools/emacs_cross @@ -35,6 +35,11 @@ ) ) +;; line-ending style +(if (eq system-type 'windows-nt) + (setq-default buffer-file-coding-system 'utf-8-unix) +) + ;; generic (blink-cursor-mode -1) (column-number-mode t) -- 2.49.0