diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-27 20:53:16 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-27 20:53:16 +0100 |
commit | 5f0be2354aebd1ee0df8caecf3f3df5c0139cc71 (patch) | |
tree | 4dac806185f4057f6740cf25f9c5fd3e694c38ea /.config/emacs/modules | |
parent | 53d701c8fca04598660a255fffecebefeaddd317 (diff) |
emacs: Use ‘nroff-mode’ for *.tmac files
Diffstat (limited to '.config/emacs/modules')
-rw-r--r-- | .config/emacs/modules/mm-editing.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-editing.el b/.config/emacs/modules/mm-editing.el index d67e804..d3bd7eb 100644 --- a/.config/emacs/modules/mm-editing.el +++ b/.config/emacs/modules/mm-editing.el @@ -320,4 +320,9 @@ is as described by `emmet-expand-line'." (python-indent-def-block-scale 1) (python-indent-guess-indent-offset-verbose nil)) + +;;; Add Missing Extensions + +(add-to-list 'auto-mode-alist '("\\.tmac\\'" . nroff-mode)) + (provide 'mm-editing)
\ No newline at end of file |