From: Andrea Zagli Date: Sun, 3 May 2015 12:01:27 +0000 (+0200) Subject: Aggiunto il file di config di emacs. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=a8051df8ef57041d00ef44ad0cca76f3b674334d;p=msys2 Aggiunto il file di config di emacs. --- diff --git a/tools/emacs b/tools/emacs new file mode 100644 index 0000000..202d8e0 --- /dev/null +++ b/tools/emacs @@ -0,0 +1,15 @@ +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(blink-cursor-mode nil) + '(column-number-mode t) + '(tool-bar-mode nil)) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; 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