;; Your init file should contain only one such instance.\r
;; If there is more than one, they won't work right.\r
'(default ((t (:family "Consolas" :foundry "outline" :slant normal :weight normal :height 98 :width normal)))))\r
-(load-theme 'misterioso)
\ No newline at end of file
+(load-theme 'misterioso)\r
+\r
+\r
+(global-linum-mode 1) ; display line numbers in margin\r
+(column-number-mode 1)\r
+(setq make-backup-files nil) ; stop creating backup~ files\r
+(setq auto-save-default nil) ; stop creating #autosave# files\r
+;; save/restore opened files and windows config\r
+(desktop-save-mode 1) ; 0 for off\r