el/dot-emacs.el: Do basic whitespace highlighting in `nroff-mode'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 16 Mar 2024 15:20:03 +0000 (15:20 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 29 Apr 2024 10:05:46 +0000 (11:05 +0100)
el/dot-emacs.el

index a574f71..5475b35 100644 (file)
@@ -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.