aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-02-23 21:49:05 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-02-23 21:49:05 +0900
commit77fed3e5177326fd4c0dbf6545f1d2d1587f3039 (patch)
tree5d061caa2837ad8b5d910b2504124962c3c7df4a
parentab2c3b1b528e10733d553dec737763b89b22ea25 (diff)
Disable indent-tabs-mode
-rw-r--r--.emacs3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 7282983..0f3b1af 100644
--- a/.emacs
+++ b/.emacs
@@ -1,3 +1,6 @@
+;;; Indent
+(setq-default indent-tabs-mode nil)
+
;;; GUI
(menu-bar-mode 0)
(tool-bar-mode 0)