From 169a2c200f3ed5cba92dff2b5b4754135e9700b8 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Sat, 26 May 2012 19:52:44 +0300 Subject: roskell on --- skel/.emacs | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 skel/.emacs (limited to 'skel/.emacs') diff --git a/skel/.emacs b/skel/.emacs new file mode 100644 index 0000000..76e8f54 --- /dev/null +++ b/skel/.emacs @@ -0,0 +1,27 @@ +; If you used option 4 above and installed your own version of the +; files and not in the site-lisp/ directory, uncomment this line and +; replace LOC below with the directory you put the files in +; (setq load-path (cons "LOC" load-path)) + +; I want white spaces to be highlighted +(require 'whitespace) +(global-whitespace-mode 1) + +; Fuck tilde! +(setq make-backup-files nil) + +; I want spaces for indentation +(setq-default indent-tabs-mode nil) +(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. + '(inhibit-startup-screen t)) +(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. + ) + -- cgit v1.2.3