diff options
author | noa@gaiwan.org | 2024-06-13 23:02:24 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-13 23:02:24 +0000 |
commit | 35c0f9b0f0aba33afc6defb7806a1b366716a4f6 (patch) | |
tree | 9ec724f4af5d28d65b2c7bdb9319d09269ad5be6 /emacs/init.el | |
parent | 4cc84e6223a06bd1a5d9cd4aca3f943dda26f23d (diff) |
Don't globally set space only indentation
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el index ad98f0d..16a5885 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -13,8 +13,6 @@ (setopt user-mail-address "noa@gaiwan.org") -(setopt indent-tabs-mode nil) - ;; properly distinguish these chords from their ascii legacy (define-key input-decode-map [?\C-m] [C-m]) |