From 6af7314d1d65ad4ab295c8ab7f070b5f30960f4d Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 5 Jan 2025 14:20:26 -0800 Subject: [PATCH] Load dpkg-dev-el (For debian/control and others) --- emacs_el/configuration/don-configuration.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index b44e938..3d7149e 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -2621,6 +2621,15 @@ same directory as the org-buffer and insert a link to this file." (setq debian-changelog-mailing-address "don@debian.org") (setq debian-changelog-full-name "Don Armstrong")) #+END_SRC +** dpkg-dev-el (debian/control and others) +#+BEGIN_SRC emacs-lisp +(use-package dpkg-dev-el + :ensure dpkg-dev-el + :mode ("debian/control" . debian-control-mode) + :mode ("debian/.*README.*Debian$" . readme-debian-mode) + :mode ("^/usr/share/doc/.*/README.*Debian.*$" . readme-debian-mode) +) +#+END_SRC * Misc (uncharacterized) #+BEGIN_SRC emacs-lisp (setq calendar-latitude 38.6) -- 2.39.5