diff options
author | johannst <johannes.stoelp@gmail.com> | 2019-08-19 23:00:59 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2019-08-19 23:00:59 +0200 |
commit | 8de42a03fb0ac4ab389d6da6f73f0993116e0c46 (patch) | |
tree | cada1065a6a7e341af5113dc750d8df265d57826 | |
parent | 8bc9add56b55d524a1f22009de5c9a92db032f9d (diff) | |
download | dotfiles-8de42a03fb0ac4ab389d6da6f73f0993116e0c46.tar.gz dotfiles-8de42a03fb0ac4ab389d6da6f73f0993116e0c46.zip |
emacs disabled tabs by default
-rw-r--r-- | emacs.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |