diff options
author | Alan Pearce | 2019-06-17 23:05:47 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-17 23:06:16 +0200 |
commit | d710424e1d7db6ac4e76343f850e50470996d2d2 (patch) | |
tree | a023f9fbf453e7f4a46eb1dfc02f3753ae76e6e9 /emacs/.emacs.d/main.el | |
parent | cb27a8e9e1e51b83d31c2a543a50da5dadb6e770 (diff) | |
download | nixfiles-d710424e1d7db6ac4e76343f850e50470996d2d2.tar.lz nixfiles-d710424e1d7db6ac4e76343f850e50470996d2d2.tar.zst nixfiles-d710424e1d7db6ac4e76343f850e50470996d2d2.zip |
Emacs: disable tabs
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r-- | emacs/.emacs.d/main.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 7f064633..47bde434 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -392,6 +392,10 @@ With two prefix arguments, write out the day and month name." :general (:keymaps 'comint-mode-map "C-c C-l" #'counsel-shell-history)) +;;; Editing + +(setq-default indent-tabs-mode nil) + ;;; Major modes ;;;; js |