From 9529d31b1d08422d1b06b513a222d910ba823b92 Mon Sep 17 00:00:00 2001 From: DrNuget Date: Sun, 30 Nov 2025 01:34:28 +0200 Subject: emacs make tabs 4 char wide tab chars --- .emacs | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index 819f687..521bf7a 100644 --- a/.emacs +++ b/.emacs @@ -15,6 +15,9 @@ (add-hook 'text-mode-hook 'line-number-hook) (add-hook 'prog-mode-hook 'line-number-hook) +(setq-default tab-width 4) +(setq-default indent-tabs-mode t) + (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) ;; Comment/uncomment this line to enable MELPA Stable if desired. See `package-archive-priorities` -- cgit v1.2.3