From a8aec65dfc937c90ef1a1bb9a508c3935eedf6d8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Apr 2014 13:34:20 +0200 Subject: Move tab width setting to init.org --- .emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 1c02126..bbda377 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -910,7 +910,6 @@ from myaethon2.core.decorators import ( ;;;; Unconditional settings -(setq-default tab-width 4) (setq-default truncate-lines t) (setq custom-file "~/.emacs.d/custom.el") -- cgit v1.2.3-54-g00ecf