From d710424e1d7db6ac4e76343f850e50470996d2d2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 17 Jun 2019 23:05:47 +0200 Subject: Emacs: disable tabs --- emacs/.emacs.d/main.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 7f06463..47bde43 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 -- cgit 1.4.1