diff options
| author | tslil clingman <> | 2021-01-07 16:33:39 -0500 |
|---|---|---|
| committer | tslil clingman <> | 2021-01-07 16:33:39 -0500 |
| commit | 13c5ddc7fad7131b6e2e7dcaa669e980342b0b62 (patch) | |
| tree | 48af4c96712fac69fa44f29eca11ee0d61103bfd /emacs/inits/01-basic.el | |
| parent | bc53790e81035a507d5ea308743a8468b7fce7a0 (diff) | |
Collected changes
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) |
