From 442663f133f1caec51919402463e6e31362baee3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 12 Apr 2015 23:53:23 -0400 Subject: emacs: Set indent-tabs-mode in perl-mode This matches existing practice, but makes the setup complete and consistent with the C code setup. --- src/tools/editors/emacs.samples | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/tools/editors/emacs.samples b/src/tools/editors/emacs.samples index a510afd051b..d9cd47cef27 100644 --- a/src/tools/editors/emacs.samples +++ b/src/tools/editors/emacs.samples @@ -51,6 +51,7 @@ (setq perl-continued-statement-offset 4) (setq perl-indent-level 4) (setq perl-label-offset -2) + (setq indent-tabs-mode t) (setq tab-width 4)) (add-hook 'perl-mode-hook -- cgit v1.2.3