From: Don Armstrong Date: Sun, 5 Jan 2025 22:20:26 +0000 (-0800) Subject: Load dpkg-dev-el (For debian/control and others) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6af7314d1d65ad4ab295c8ab7f070b5f30960f4d;p=lib.git Load dpkg-dev-el (For debian/control and others) --- 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)