From a8051df8ef57041d00ef44ad0cca76f3b674334d Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sun, 3 May 2015 14:01:27 +0200 Subject: [PATCH] Aggiunto il file di config di emacs. --- tools/emacs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tools/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 -- 2.49.0