]> git.donarmstrong.com Git - lib.git/commitdiff
Load dpkg-dev-el (For debian/control and others)
authorDon Armstrong <don@donarmstrong.com>
Sun, 5 Jan 2025 22:20:26 +0000 (14:20 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sun, 5 Jan 2025 22:20:26 +0000 (14:20 -0800)
emacs_el/configuration/don-configuration.org

index b44e9388881613574edf4c3082058ccc224cec83..3d7149e3ca05b162918fcb52bad106fd6c515e6e 100644 (file)
@@ -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)