;; 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))
;; 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