From: Andrea Zagli Date: Tue, 5 May 2015 13:15:45 +0000 (+0200) Subject: Aggiornato file emacs. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=d40f25710ae792b852662204ffef950bc1d22399;p=msys2 Aggiornato file emacs. --- diff --git a/tools/emacs b/tools/emacs index 202d8e0..3adc3f3 100644 --- a/tools/emacs +++ b/tools/emacs @@ -12,4 +12,12 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:family "Consolas" :foundry "outline" :slant normal :weight normal :height 98 :width normal))))) -(load-theme 'misterioso) \ No newline at end of file +(load-theme 'misterioso) + + +(global-linum-mode 1) ; display line numbers in margin +(column-number-mode 1) +(setq make-backup-files nil) ; stop creating backup~ files +(setq auto-save-default nil) ; stop creating #autosave# files +;; save/restore opened files and windows config +(desktop-save-mode 1) ; 0 for off