summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2019-08-19 23:00:59 +0200
committerjohannst <johannes.stoelp@gmail.com>2019-08-19 23:00:59 +0200
commit8de42a03fb0ac4ab389d6da6f73f0993116e0c46 (patch)
treecada1065a6a7e341af5113dc750d8df265d57826
parent8bc9add56b55d524a1f22009de5c9a92db032f9d (diff)
downloaddotfiles-8de42a03fb0ac4ab389d6da6f73f0993116e0c46.tar.gz
dotfiles-8de42a03fb0ac4ab389d6da6f73f0993116e0c46.zip
emacs disabled tabs by default
-rw-r--r--emacs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index 240ca5d..21d3211 100644
--- a/emacs.el
+++ b/emacs.el
@@ -18,6 +18,7 @@
'(package-selected-packages (quote (spacemacs-theme evil magit rust-mode cargo)))
'(semantic-mode t)
'(tool-bar-mode nil)
+ '(indent-tabs-mode nil)
)
;; theme