From ff08339904ac4cb49ece99a169e61eaa26ac13f7 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 3 Apr 2026 03:55:52 +0200 Subject: emacs: Add smart-tabs-mode --- .config/emacs/modules/mm-editing.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.config/emacs/modules') diff --git a/.config/emacs/modules/mm-editing.el b/.config/emacs/modules/mm-editing.el index 5281743..5b6c7a4 100644 --- a/.config/emacs/modules/mm-editing.el +++ b/.config/emacs/modules/mm-editing.el @@ -123,6 +123,13 @@ those should be listed in `mm-editing-indentation-settings-alist'." (sh-indent-for-case-label 0) (sh-indent-for-case-alt #'+)) +;; Indent with tabs and align with spaces +;; PKG-INTERN +(use-package smart-tabs-mode + :load-path (lambda () (expand-file-name "site-lisp/smart-tabs-mode.el" + mm-config-directory)) + :hook after-init) + ;;; Code Commenting -- cgit v1.2.3