summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-13 23:02:24 +0000
committernoa@gaiwan.org2024-06-13 23:02:24 +0000
commit35c0f9b0f0aba33afc6defb7806a1b366716a4f6 (patch)
tree9ec724f4af5d28d65b2c7bdb9319d09269ad5be6 /emacs/init.el
parent4cc84e6223a06bd1a5d9cd4aca3f943dda26f23d (diff)
Don't globally set space only indentation
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el2
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])