]> saetta.ns0.it Git - msys2/commitdiff
Aggiunto il file di config di emacs.
authorAndrea Zagli <azagli@libero.it>
Sun, 3 May 2015 12:01:27 +0000 (14:01 +0200)
committerAndrea Zagli <azagli@libero.it>
Sun, 3 May 2015 12:01:27 +0000 (14:01 +0200)
tools/emacs [new file with mode: 0644]

diff --git a/tools/emacs b/tools/emacs
new file mode 100644 (file)
index 0000000..202d8e0
--- /dev/null
@@ -0,0 +1,15 @@
+(custom-set-variables\r
+ ;; custom-set-variables was added by Custom.\r
+ ;; If you edit it by hand, you could mess it up, so be careful.\r
+ ;; Your init file should contain only one such instance.\r
+ ;; If there is more than one, they won't work right.\r
+ '(blink-cursor-mode nil)\r
+ '(column-number-mode t)\r
+ '(tool-bar-mode nil))\r
+(custom-set-faces\r
+ ;; custom-set-faces was added by Custom.\r
+ ;; If you edit it by hand, you could mess it up, so be careful.\r
+ ;; 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