diff options
Diffstat (limited to '.config/emacs/modules')
| -rw-r--r-- | .config/emacs/modules/mm-editing.el | 7 |
1 files changed, 7 insertions, 0 deletions
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 |