summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-16 22:48:35 -0500
committerCase Duckworth2021-03-16 22:48:35 -0500
commit599f7beff1f10129195c2a940ca750236bc16812 (patch)
treea89b08f5868e68e3de6f3e616563b0fa9087e208 /init.el
parentInstall `no-littering' (diff)
downloademacs-599f7beff1f10129195c2a940ca750236bc16812.tar.gz
emacs-599f7beff1f10129195c2a940ca750236bc16812.zip
Don't indent with tabs no more
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index aa2039e..61e1a88 100644 --- a/init.el +++ b/init.el
@@ -49,7 +49,7 @@
49;; Whitespace 49;; Whitespace
50(acdw/set '((whitespace-style 50(acdw/set '((whitespace-style
51 (empty indentation space-before-tab space-after-tab)) 51 (empty indentation space-before-tab space-after-tab))
52 (indent-tabs-mode t) 52 (indent-tabs-mode nil "We've lost this battle...")
53 (tab-width 8))) 53 (tab-width 8)))
54(add-hook 'before-save-hook #'whitespace-cleanup) 54(add-hook 'before-save-hook #'whitespace-cleanup)
55 55