From d40f25710ae792b852662204ffef950bc1d22399 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Tue, 5 May 2015 15:15:45 +0200 Subject: [PATCH] Aggiornato file emacs. --- tools/emacs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- 2.49.0