]> saetta.ns0.it Git - msys2/commitdiff
Aggiornato emacs msys2.
authorAndrea Zagli <andrea.zagli@email.it>
Tue, 3 May 2016 07:10:04 +0000 (09:10 +0200)
committerAndrea Zagli <andrea.zagli@email.it>
Tue, 3 May 2016 15:34:39 +0000 (17:34 +0200)
tools/emacs

index 42a822aabbfa31c582552e9093a7da7c407021aa..3d80ed451faf5a607b781be0021ba5e4ee7a40f1 100644 (file)
@@ -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"))
 (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