diff options
Diffstat (limited to 'emacs/inits/01-basic.el')
| -rw-r--r-- | emacs/inits/01-basic.el | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
