From fb3b49e96f97b81a1589774470896ed49679d260 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 16 Mar 2024 15:20:03 +0000 Subject: [PATCH] el/dot-emacs.el: Do basic whitespace highlighting in `nroff-mode'. --- el/dot-emacs.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index a574f71..5475b35 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -5255,6 +5255,11 @@ align the other subforms beneath it. Otherwise, indent them (progn (add-hook 'makefile-mode-hook 'mdw-misc-mode-config t)) +;; nroff/troff. + +(progn + (add-hook 'nroff-mode-hook 'mdw-misc-mode-config t)) + ;;;-------------------------------------------------------------------------- ;;; Text mode. -- 2.11.0