summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/modules/mm-editing.el5
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