From 13c5ddc7fad7131b6e2e7dcaa669e980342b0b62 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Thu, 7 Jan 2021 16:33:39 -0500 Subject: Collected changes --- emacs/inits/01-basic.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs/inits/01-basic.el') diff --git a/emacs/inits/01-basic.el b/emacs/inits/01-basic.el index c3d540d..a362dba 100644 --- a/emacs/inits/01-basic.el +++ b/emacs/inits/01-basic.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2021-01-04 15h39 EST (hobbies)> +;; Time-stamp: <2021-01-06 22:25:23 (tslil@bison)> ;; ----------------------------------------------------------------------------- ;; Interface @@ -71,7 +71,7 @@ (setq standard-indent 2) (setq-default tab-width 2 - indent-tabs-mode t) + indent-tabs-mode t) (add-hook 'before-save-hook #'whitespace-cleanup) (show-paren-mode t) -- cgit v1.2.3