From c1ad86288d899ebfbdf68fea459ea7726c5cb41d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 7 Feb 2023 15:26:18 -0500 Subject: Remove leftover smart-tabs cruft --- emacs/.emacs.d/init.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 597e692..62b6791 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -500,16 +500,13 @@ (defun my-c-mode-common-hook () "C mode for people with taste." - (require 'smart-tabs-mode) (auto-fill-mode 1) (abbrev-mode -1) (set-fill-column 79) - (smart-tabs-mode-enable) (setq tab-width 4) (setq indent-tabs-mode t) (setq truncate-lines t) (setq show-trailing-whitespace t) - (smart-tabs-advice c-indent-line c-basic-offset) (c-set-style "drobilla")) (add-hook 'c-mode-common-hook 'my-c-mode-common-hook) -- cgit v1.2.1