From 3d4ce2a47ffc2ba86020a10f77fb3fad6706670c Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Tue, 3 May 2016 09:10:04 +0200 Subject: [PATCH] Aggiornato emacs msys2. --- tools/emacs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tools/emacs b/tools/emacs index 42a822a..3d80ed4 100644 --- a/tools/emacs +++ b/tools/emacs @@ -5,6 +5,7 @@ ;; If there is more than one, they won't work right. '(blink-cursor-mode nil) '(column-number-mode t) + '(current-language-environment "Italian") '(inhibit-startup-screen t) '(show-paren-mode t) '(tool-bar-mode nil)) @@ -13,7 +14,8 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(default ((t (:family "Source Code Pro" :foundry "outline" :slant normal :weight normal :height 90 :width normal))))) + '(default ((t (:family "DejaVu Sans Mono" :foundry "outline" :slant normal :weight normal :height 90 :width normal))))) + ;;(add-to-list 'custom-theme-load-path ;; (file-name-as-directory "c:/msys64/home/a.zagli/replace-colorthemes")) @@ -23,6 +25,14 @@ (load-theme 'misterioso) +(server-start) + +(setenv "PATH" (concat ";C:/msys64/mingw64/bin;C:/msys64/usr/bin") (getenv "PATH")) +(setq exec-path (append exec-path '("C:/msys64/mingw64/bin" + "C:/msys64/usr/bin"))) + +(setq default-directory "c:/msys64/home/a.zagli/") + (global-linum-mode 1) ; display line numbers in margin (column-number-mode 1) ;(setq make-backup-files nil) ; stop creating backup~ files -- 2.49.0