;; If there is more than one, they won't work right.
'(blink-cursor-mode nil)
'(column-number-mode t)
+ '(inhibit-startup-screen t)
'(show-paren-mode t)
'(tool-bar-mode nil))
(custom-set-faces
;; 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)))))
+
+;;(add-to-list 'custom-theme-load-path
+;; (file-name-as-directory "c:/msys64/home/a.zagli/replace-colorthemes"))
+
+;;(load-theme 'comidia t t)
+;;(enable-theme 'comidia)
(load-theme 'misterioso)
(setq vc-make-backup-files t)
(setq auto-save-default nil) ; stop creating #autosave# files
;; save/restore opened files and windows config
-(desktop-save-mode 1) ; 0 for off
+;; (desktop-save-mode 1) ; 0 for off
+(set-frame-position (selected-frame) 50 10)
+(set-frame-size (selected-frame) 160 60 nil)
(setq-default tab-width 4)
(global-hl-line-mode 1)
(set-face-background 'hl-line "gray24")
(set-face-foreground 'highlight nil)
+
+(global-diff-hl-mode)
+(add-hook 'dired-mode-hook 'diff-hl-dired-mode)
+
+(require 'sr-speedbar)