summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index e5ceb92..e6b21b2 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -10,6 +10,8 @@
(menu-bar-mode -1)
(setq column-number-mode t)
(setopt display-fill-column-indicator-column 120)
+(setq indent-tabs-mode nil)
+(setq tab-width 4)
;; Prevent Extraneous Tabs
(setq-default tab-width 4)