]> saetta.ns0.it Git - msys2/commitdiff
emacs_cross: aggiungo fine riga unix per win.
authorAndrea Zagli <andrea.zagli@email.it>
Thu, 18 Jan 2018 07:19:57 +0000 (08:19 +0100)
committerAndrea Zagli <andrea.zagli@email.it>
Thu, 18 Jan 2018 07:19:57 +0000 (08:19 +0100)
tools/emacs_cross

index e866e88bc96d22e515f556ffff32463756f04806..e522c5a3ad85b34294a3429c24d0e6c7a01f74a0 100644 (file)
 )
 )
 
+;; 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)