]> saetta.ns0.it Git - msys2/commitdiff
Aggiornato file emacs.
authorAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Tue, 5 May 2015 13:15:45 +0000 (15:15 +0200)
committerAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Tue, 5 May 2015 13:15:45 +0000 (15:15 +0200)
tools/emacs

index 202d8e065d3ec58d8a19cef716fda6a467fcbc00..3adc3f36eca7be73b33d5183443398187e104d7b 100644 (file)
  ;; 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